diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 54194b1..69d5247 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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/ - - /bin/bash -c "echo "FLAKE_COMMIT=$(git rev-parse HEAD)" >> flake.env" + - bash -c "echo "FLAKE_COMMIT=$(git rev-parse HEAD)" >> flake.env" artifacts: reports: dotenv: flake.env