Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
r3-pages
Commits
a0339751
Commit
a0339751
authored
Jul 15, 2020
by
Yohan Jarosz
🐶
Browse files
Update .gitlab-ci.yml
parent
00b143ba
Pipeline
#29909
passed with stage
in 4 minutes and 25 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a0339751
...
...
@@ -35,8 +35,6 @@ Deploy to production:
-
if
:
$CI_COMMIT_BRANCH == "master"
# ...or if the commit if tagged
-
if
:
$CI_COMMIT_TAG
# ...or if merge request against master
-
if
:
$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
before_script
:
-
'
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