From 9076334b5f6ea300cd9ee8b6896940d0119dd04b Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Thu, 27 Jul 2023 21:03:33 +0000 Subject: [PATCH] ci: lets see if this works --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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