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

Update .gitlab-ci.yml

parent 00347c8e
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ copy-files-to-swift:
stage: upload
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
- tar czf ebrains-spack-builds.tar.gz packages/ repo.yaml spack.yaml
- '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