1
0
Fork 0

15
Alle Prüfungen waren erfolgreich
continuous-integration/drone/push Build is passing

Dieser Commit ist enthalten in:
Nick Slowinski 2023-06-26 15:51:13 +02:00
Ursprung 412eb1f25d
Commit eb48ee160b
Signiert von: nickslowinski
GPG-Schlüssel-ID: A28671573AA347CC

Datei anzeigen

@ -14,7 +14,8 @@ steps:
image: registry.access.redhat.com/ubi9/python-311:1-12
commands:
- mkdir ~/docs && cd ~/docs
- git clone https://git.nick-slowinski.de/NickSlowinski/docs.git .
- echo $DRONE_REPO_LINK
- git clone $DRONE_REPO_LINK .
- git checkout $DRONE_COMMIT -b $DRONE_BRANCH
- pip install --upgrade pip
- pip install -r requirements.txt