Commit 95da7639 authored by Grant's avatar Grant
Browse files

ci: delete & add origin

parent f528b07a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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: