Skip to content
Snippets Groups Projects
Commit 6434171d authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: oneapi dev typo

parent 529ade6a
No related branches found
No related tags found
No related merge requests found
...@@ -237,7 +237,7 @@ oneapi_jug_dev:default: ...@@ -237,7 +237,7 @@ oneapi_jug_dev:default:
## calculate a hash based on the spack.yaml file and the spack directory ## calculate a hash based on the spack.yaml file and the spack directory
## and use this spack as a docker variable to force a rebuild when there ## and use this spack as a docker variable to force a rebuild when there
## is a change (versus rerun from cache) ## is a change (versus rerun from cache)
- PACKAGE_HASH=$(sha1sum spack.yam | head -c40) - PACKAGE_HASH=$(sha1sum spack.yaml | head -c40)
- echo "PACKAGE_HASH= ${PACKAGE_HASH}" - echo "PACKAGE_HASH= ${PACKAGE_HASH}"
## Copy spack.yaml into build context ## Copy spack.yaml into build context
- cp spack.yaml containers/oneapi/spack.yaml - cp spack.yaml containers/oneapi/spack.yaml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment