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

[ci] Fixes to the scripts

parent 48608ad6
No related branches found
No related tags found
No related merge requests found
Pipeline #25788 failed
...@@ -13,9 +13,9 @@ stages: ...@@ -13,9 +13,9 @@ stages:
.build_template: &build_job .build_template: &build_job
stage: build stage: build
before_script: before_script:
- ./_ci/bootstrap.sh - ./ci/bootstrap.sh
script: script:
- ./_ci/build.sh - ./ci/build.sh
cache: &build_caches cache: &build_caches
paths: paths:
- miniconda.sh - miniconda.sh
...@@ -73,9 +73,9 @@ build_macosx_36: ...@@ -73,9 +73,9 @@ build_macosx_36:
.deploy_template: &deploy_job .deploy_template: &deploy_job
stage: deploy stage: deploy
before_script: before_script:
- ./_ci/bootstrap.sh self - ./ci/bootstrap.sh self
script: script:
- ./_ci/deploy.sh - ./ci/deploy.sh
dependencies: dependencies:
- build_linux_36 - build_linux_36
- build_macosx_36 - build_macosx_36
......
#!/urs/bin/env bash #!/usr/bin/env bash
# Bootstraps a new conda installation and prepares base environment # Bootstraps a new conda installation and prepares base environment
# if "self" is passed as parameter, then self installs an already built # if "self" is passed as parameter, then self installs an already built
......
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment