Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.buildout
Commits
a208d492
Commit
a208d492
authored
Sep 23, 2016
by
André Anjos
💬
Browse files
Fix deployment
parent
a6e3c8ba
Pipeline
#3909
passed with stages
in 61 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a208d492
...
...
@@ -98,7 +98,7 @@ stages:
script
:
-
./_ci/deploy.sh
after_script
:
-
./_ci/after_deply.sh
-
./_ci/after_depl
o
y.sh
# 2) Package specific instructions (you may tune this if needed)
...
...
@@ -129,6 +129,14 @@ wheels_linux_27:
tags
:
-
conda-linux
deploy_linux_27
:
<<
:
*deploy_job
variables
:
*linux_27_build_variables
dependencies
:
-
build_linux_27
tags
:
-
conda-linux
# Linux + Python 3.4: Builds and tests
build_linux_34
:
...
...
@@ -181,14 +189,6 @@ docs_linux_35:
tags
:
-
conda-linux
deploy_linux_35
:
<<
:
*deploy_job
variables
:
*linux_35_build_variables
dependencies
:
-
build_linux_35
tags
:
-
conda-linux
# Mac OSX + Python 2.7: Builds and tests
build_macosx_27
:
...
...
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