Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
howto-cards
Commits
26c8d1d1
Commit
26c8d1d1
authored
Feb 28, 2020
by
Jacek Lebioda
Browse files
feat: use rules instead of only syntax in ci
parent
3cd02e46
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
26c8d1d1
...
...
@@ -11,9 +11,9 @@ before_script:
pages
:
stage
:
deploy
only
:
-
develop
-
master
rules
:
-
if
:
$CI_COMMIT_BRANCH == "master"
-
if
:
$CI_COMMIT_BRANCH == "develop"
script
:
-
bash .ci/deploy.sh
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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