Skip to content
Snippets Groups Projects
Commit 47e7f01d authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

Update .gitlab-ci.yml

parent bf23a921
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -24,16 +24,13 @@ before_script:
- cd build_$CI_JOB_STAGE
- echo "Working directory:$PWD"
- echo "Install prefix :$INSTALL_DIR"
- mkdir ~/bin
- curl http://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
- chmod +x ~/bin/repo
- git config --global user.email andrea.michelotti@lnf.infn.it
- git config --global user.name amichelo
- git config --global color.ui true
- mkdir chaos_bundle
- cd chaos_bundle
- ~/bin/repo init -u git@baltig.infn.it:chaos-lnf-control/chaos_repo_bundle.git -b development
- ~/bin/repo sync
- repo init -u git@baltig.infn.it:chaos-lnf-control/chaos_repo_bundle.git -b development
- repo sync
build_dynamic_framework_x86_64:
tags:
......
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