Skip to content
Snippets Groups Projects
Commit 74e941e4 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

dont download certificate again

parent 2a787f1b
No related branches found
No related tags found
1 merge request!63Conda package based CI
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -57,7 +57,6 @@ get_exec() { ...@@ -57,7 +57,6 @@ get_exec() {
run_cmd mkdir -pv ${1} run_cmd mkdir -pv ${1}
get_script ${1} cacert.pem
get_script ${1} functions.sh get_script ${1} functions.sh
for stage in "build" "deploy" "pypi"; do for stage in "build" "deploy" "pypi"; do
get_exec ${1} ${stage}.sh get_exec ${1} ${stage}.sh
......
...@@ -17,7 +17,7 @@ stages: ...@@ -17,7 +17,7 @@ stages:
- mkdir _ci - mkdir _ci
- curl --silent "https://gitlab.idiap.ch/bob/bob.admin/raw/condapackage/gitlab/install.sh" > _ci/install.sh - curl --silent "https://gitlab.idiap.ch/bob/bob.admin/raw/condapackage/gitlab/install.sh" > _ci/install.sh
- chmod 755 _ci/install.sh - chmod 755 _ci/install.sh
- ./_ci/install.sh _ci #updates - ./_ci/install.sh _ci condapackage
script: script:
- ./_ci/build.sh - ./_ci/build.sh
cache: cache:
......
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