ci: explicitly push to gitlab

This commit is contained in:
Casper V. Kristensen 2023-08-25 02:40:58 +02:00
parent 9e16d0ba48
commit c17c95fbf6

View file

@ -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