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

correct $PATH

parent a36ec1a3
No related branches found
No related tags found
1 merge request!63Conda package based CI
......@@ -17,7 +17,7 @@ stages:
.build_template: &build_job
stage: build
before_script:
- export PATH=$CONDA_FOLDER:$PATH
- export PATH=$CONDA_FOLDER/bin:$PATH
- mkdir _ci
- curl https://curl.haxx.se/ca/cacert.pem > _ci/cacert.pem
- export CURL_CA_BUNDLE=`pwd`/_ci/cacert.pem
......
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