Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
school
courses
Commits
111b75cc
Verified
Commit
111b75cc
authored
Jul 01, 2020
by
Laurent Heirendt
✈
Browse files
fix if
parent
6989ff55
Pipeline
#29245
passed with stages
in 3 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
111b75cc
...
...
@@ -27,11 +27,11 @@ production:
before_script
:
# define the branch
-
if [[ $CI_COMMIT_BRANCH == "develop" ]]; then
version="latest"
version="latest"
;
elif [[ $CI_COMMIT_BRANCH == "master" ]]; then
version="stable"
version="stable"
;
else
version="unstable"
version="unstable"
;
fi
-
'
which
ssh-agent
||
(
apk
add
--update
openssh
)'
-
eval $(ssh-agent -s)
...
...
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