gitlab: fix repo name

This commit is contained in:
Aly Raffauf 2024-07-10 21:00:11 -04:00
parent 17f721d33b
commit 6d2df2b81b

View file

@ -16,7 +16,7 @@ stages:
- if: $CI_PIPELINE_SOURCE == "schedule" - if: $CI_PIPELINE_SOURCE == "schedule"
script: script:
- git clone https://${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git - git clone https://${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git
- cd wallpapers - cd nixcfg
- git config --global user.email "${GIT_USER_EMAIL:-$GITLAB_USER_EMAIL}" - git config --global user.email "${GIT_USER_EMAIL:-$GITLAB_USER_EMAIL}"
- git config --global user.name "${GIT_USER_NAME:-$GITLAB_USER_NAME}" - git config --global user.name "${GIT_USER_NAME:-$GITLAB_USER_NAME}"
- nix --extra-experimental-features "nix-command flakes" flake update --commit-lock-file - nix --extra-experimental-features "nix-command flakes" flake update --commit-lock-file