gitlab: fix repo name

This commit is contained in:
Aly Raffauf 2024-07-09 00:18:20 -04:00
parent cdabc91332
commit c6b2f09346

View file

@ -15,7 +15,7 @@ stages:
rules: rules:
- if: $CI_PIPELINE_SOURCE == "schedule" - if: $CI_PIPELINE_SOURCE == "schedule"
script: script:
- git clone https://gitlab.com/alyraffauf/wallpapers.git - git clone https://${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git
- cd wallpapers - cd wallpapers
- 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}"