Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bliss
conda-recipes
Commits
dfa529f9
Commit
dfa529f9
authored
Jul 03, 2017
by
Vincent Michel
Browse files
Disable ci on master
parent
8811e25a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
dfa529f9
...
...
@@ -10,6 +10,8 @@ build:
artifacts
:
paths
:
-
dist/
except
:
-
master
deploy
:
stage
:
deploy
...
...
@@ -17,4 +19,6 @@ deploy:
-
build
script
:
-
mv -f dist/linux-64/* /conda/linux-64/
-
conda index /conda/linux-64/
\ No newline at end of file
-
conda index /conda/linux-64/
except
:
-
master
\ No newline at end of file
Write
Preview
Supports
Markdown
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