diff options
Diffstat (limited to '.woodpecker')
-rw-r--r-- | .woodpecker/instances.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.woodpecker/instances.yml b/.woodpecker/instances.yml index 96fe59f6..72fdd6e7 100644 --- a/.woodpecker/instances.yml +++ b/.woodpecker/instances.yml @@ -6,7 +6,7 @@ pipeline: event: cron commands: - python -m pip install --upgrade pip - - pip install requests bs4 colorama + - pip install requests colorama - python src/instances/get_instances.py # Git configuration - git config --global user.email $MAIL @@ -15,9 +15,6 @@ pipeline: - mkdir ~/.ssh - ssh-keyscan -t ed25519 codeberg.org >> ~/.ssh/known_hosts - git remote set-url origin git@codeberg.org:libredirect/libredirect.git - #- echo $TOKEN > key - #- chmod 0600 key - eval `ssh-agent` - echo "$TOKEN" | tr -d '\r' | ssh-add - - #- ssh-add key - git push --set-upstream origin master |