Skip to content
Snippets Groups Projects
Commit a208d492 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Fix deployment

parent a6e3c8ba
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -98,7 +98,7 @@ stages:
script:
- ./_ci/deploy.sh
after_script:
- ./_ci/after_deply.sh
- ./_ci/after_deploy.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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment