Skip to content
Snippets Groups Projects
Commit 89163b90 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Testing ci

parent 89d18def
No related branches found
No related tags found
1 merge request!2Ci2
Pipeline #
......@@ -17,7 +17,7 @@ stages:
stage: buildbob
before_script:
- git clean -ffdx
- ./ci/before_build.sh 1
- ./ci/before_build.sh 1 buildout-bob.cfg
script:
- ./ci/build.sh buildout-bob.cfg
after_script:
......
......@@ -4,6 +4,7 @@
source $(dirname ${0})/functions.sh
PIPINSTALL=$1
CONFIG_FILE=$2
WHEELS_REPOSITORY="${DOCSERVER}/software/bob/wheels/gitlab/"
WHEELS_SERVER=`echo ${DOCSERVER} | sed 's;https\?://;;'`
......@@ -55,7 +56,7 @@ fi
# Finally, bootstrap the installation from the new environment
if [ -e bootstrap-buildout.py ]; then
run_cmd ${use_python} bootstrap-buildout.py
run_cmd ${use_python} bootstrap-buildout.py -c ${CONFIG_FILE}
else
log_error "No bootstrap-buildout.py file found, stopping..."
exit 1
......
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