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

Update .gitlab-ci.yml

parent 90f1d31d
No related branches found
No related tags found
No related merge requests found
......@@ -12,9 +12,9 @@ variables:
copy-files-to-swift:
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