1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-07-05 00:20:00 +02:00

🚧 GitLab CI Test

This commit is contained in:
Mike Gerber 2024-01-12 12:45:32 +01:00
parent ff34c65c1e
commit a95a85a889

View file

@ -16,6 +16,9 @@ pull-github:
- apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/* - apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
script: script:
- whoami; env - whoami; env
- git remove remove github 2>/dev/null || true
- git remote add github https://github.com/qurator-spk/dinglehopper.git - git remote add github https://github.com/qurator-spk/dinglehopper.git
- git remote -v - git remote -v
- git pull github master - git pull github master