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

Update .gitlab-ci.yml

parent 1933ee72
No related branches found
No related tags found
No related merge requests found
stages:
- prepare
- upload
- deploy
variables:
......@@ -10,11 +10,11 @@ variables:
OP: update
copy-files-to-swift:
stage: prepare
stage: upload
script:
- curl -H "X-Auth-Token: $OS_TOKEN" -X DELETE $OBJSTORE/ebrains-spack-builds.tar.gz
- 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
- curl -H \'X-Auth-Token: ${OS_TOKEN}\' -i ${OBJSTORE}/ -X PUT -T ebrains-spack-builds.tar.gz
tags:
- shell-runner
......
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