This commit is contained in:
Brendan Golden 2023-07-27 20:56:44 +00:00
parent e145e0bfc6
commit 7bc17513c4

View file

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