This commit is contained in:
Brendan Golden 2023-07-27 21:09:36 +00:00
parent b1c33296f3
commit aae2dfc84e

View file

@ -33,7 +33,7 @@ update:
- git push origin HEAD:$CI_COMMIT_REF_NAME
# update teh hash for further along in the pipeline
# https://nsirap.com/posts/043-change-value-of-variable-in-gitlab%20copy/
- bash -c "echo "FLAKE_COMMIT=$(git rev-parse HEAD)" >> flake.env"
- printf '%s' "FLAKE_COMMIT=$(git rev-parse HEAD)" >> flake.env
artifacts:
reports:
dotenv: flake.env