ci: lets see if this works
This commit is contained in:
parent
cc55079cf0
commit
9076334b5f
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +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/
|
||||||
- /bin/bash -c "echo "FLAKE_COMMIT=$(git rev-parse HEAD)" >> flake.env"
|
- bash -c "echo "FLAKE_COMMIT=$(git rev-parse HEAD)" >> flake.env"
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
reports:
|
||||||
dotenv: flake.env
|
dotenv: flake.env
|
||||||
|
|
Loading…
Reference in a new issue