From cacd68ac52ad5a33ff8922de19e5bdeaf7e54bec Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Sat, 6 Aug 2022 03:28:10 +0000 Subject: [PATCH] fix: oneapi dev typo --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 12ce40cad..9b6800a1f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -237,7 +237,7 @@ oneapi_jug_dev:default: ## 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 ## 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}" ## Copy spack.yaml into build context - cp spack.yaml containers/oneapi/spack.yaml -- GitLab