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

Update .gitlab-ci.yml

parent e67a1628
No related branches found
No related tags found
No related merge requests found
Pipeline #3283 passed with stages
in 1 minute and 6 seconds
......@@ -8,12 +8,13 @@ variables:
#BUILD_ENV: ebrains/ for DT
BUILD_ENV: test-build
OP: update
SWIFT_FILE: ebrains-spack-builds${CI_PIPELINE_ID}.tar.gz
#SWIFT_FILE: ebrains-spack-builds${CI_PIPELINE_ID}.tar.gz
SWIFT_FILE: ebrains-spack-builds.tar.gz
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 ${SWIFT_FILE} packages/ repo.yaml spack.yaml
- 'curl -H "X-Auth-Token: ${OS_TOKEN}" -i ${OBJSTORE} -X PUT -T ${SWIFT_FILE}'
tags:
......
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