Skip to content
Snippets Groups Projects
Commit 4a6353c8 authored by Athanasios Karmas's avatar Athanasios Karmas
Browse files

Update .gitlab-ci.yml

parent 43ea3a76
No related branches found
No related tags found
No related merge requests found
Pipeline #3175 failed
stages:
- prepare
- deploy
variables:
......@@ -8,6 +9,13 @@ variables:
BUILD_ENV: test-build
OP: update
copy-files-to-swift:
stage: prepare
script:
- curl -H "X-Auth-Token: $OS_TOKEN" -X DELETE $OBJSTORE/ebrains-spack-builds.tar.gz
- tar czf ebrains-spack-builds.tar.gz packages/ repo.yml spack.yaml
- curl -H "X-Auth-Token: $OS_TOKEN" -i $OBJSTORE/ -X PUT -T ebrains-spack-builds.tar.gz
deploy-build-environment:
stage: deploy
before_script:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment