Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,8 @@ lemmy fetcher: - pip install requests - git config --global user.name "Cartographer [CI]" - git config --global user.email "canvas-atlas@sc07.com" - git remote set-url origin https://oauth2:${GITLAB_CI_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git - git remote remove origin || true - git remote add origin https://oauth2:${GITLAB_CI_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git script: - python ./tools/lemmy_fetcher.py cache: Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,8 @@ lemmy fetcher: - pip install requests - git config --global user.name "Cartographer [CI]" - git config --global user.email "canvas-atlas@sc07.com" - git remote set-url origin https://oauth2:${GITLAB_CI_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git - git remote remove origin || true - git remote add origin https://oauth2:${GITLAB_CI_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git script: - python ./tools/lemmy_fetcher.py cache: Loading