Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
835d2b64
Commit
835d2b64
authored
Jan 25, 2021
by
Mark Fletcher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update steps to find slug for Review App
parent
b0e85d7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/development/testing_guide/review_apps.md
doc/development/testing_guide/review_apps.md
+3
-3
No files found.
doc/development/testing_guide/review_apps.md
View file @
835d2b64
...
...
@@ -186,9 +186,9 @@ the GitLab handbook information for the [shared 1Password account](https://about
### Find my Review App slug
1.
Open the
`review-deploy`
job.
1.
Look for
`
Checking for previous deployment of
review-*`
.
1.
For instance for
`
Checking for previous deployment of review-qa-raise-e-12chm0
`
,
your Review App slug would be
`review-
qa-raise-e-12chm0
`
in this case.
1.
Look for
`
** Deploying
review-*`
.
1.
For instance for
`
** Deploying review-1234-abc-defg... **
`
,
your Review App slug would be
`review-
1234-abc-defg
`
in this case.
### Run a Rails console
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment