ci: explicitly push to gitlab
This commit is contained in:
parent
9e16d0ba48
commit
c17c95fbf6
|
@ -8,5 +8,4 @@ Update Flake.nix:
|
|||
- git config user.email "snowflake@caspervk.net"
|
||||
- git config user.name "snowflake"
|
||||
- nix --extra-experimental-features nix-command --extra-experimental-features flakes flake update --commit-lock-file
|
||||
- git remote add origin https://oauth2:$ACCESS_TOKEN@gitlab.com/$CI_PROJECT_PATH_SLUG
|
||||
- git push origin HEAD:$CI_COMMIT_BRANCH
|
||||
- git push https://oauth2:$ACCESS_TOKEN@gitlab.com/$CI_PROJECT_PATH_SLUG
|
||||
|
|
Loading…
Reference in a new issue