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

Update spack.yaml

parent 29db3625
No related branches found
No related tags found
No related merge requests found
...@@ -90,8 +90,8 @@ spack: ...@@ -90,8 +90,8 @@ spack:
- pushd spack && git checkout ${SPACK_CHECKOUT_VERSION} && popd - pushd spack && git checkout ${SPACK_CHECKOUT_VERSION} && popd
- . "./spack/share/spack/setup-env.sh" - . "./spack/share/spack/setup-env.sh"
after_script: after_script:
- tar czvf binary_artifacts.tar.gz ${CI_PROJECT_DIR}/jobs_scratch_dir/mirror/build_cache/* - tar czvf binaryArtifacts.tar.gz ${CI_PROJECT_DIR}/jobs_scratch_dir/mirror/build_cache/*
artifacts: artifacts:
paths: paths:
- binary_artifacts.tar.gz - binaryArtifacts.tar.gz
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