Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Setup-Manager
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Dmytro Bogatov
Setup-Manager
Commits
c5519072
Verified
Commit
c5519072
authored
Nov 29, 2018
by
Dmytro Bogatov
💕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix.
parent
e81dde69
Pipeline
#3204
passed with stages
in 1 minute and 6 seconds
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
docker/generate-review-app.sh
docker/generate-review-app.sh
+3
-1
No files found.
docker/generate-review-app.sh
View file @
c5519072
...
...
@@ -12,7 +12,7 @@ usage () {
exit
1
;
}
if
!
[
$#
-lt
3
]
if
[
$#
-lt
3
]
then
usage
fi
...
...
@@ -43,6 +43,8 @@ IMAGE=${IMAGE%:*}@$digest
if [
"
$AUTHPASS
"
!=
""
]
then
AUTH=
"nginx.ingress.kubernetes.io/auth-type: basic"
else
AUTHPASS=
"password"
fi
htpasswd -b -c ./out/auth review
$AUTHPASS
...
...
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