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

🚧 GitLab CI Test

This commit is contained in:
Mike Gerber 2024-01-11 20:43:34 +01:00
parent 10d423f045
commit 10ccba989e

View file

@ -16,4 +16,6 @@ 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 pull https://github.com/qurator-spk/dinglehopper.git - git remote add github https://github.com/qurator-spk/dinglehopper.git
- git remote -v
- git pull github master