geforkt von nick-slowinski.de/docs
Dieser Commit ist enthalten in:
Ursprung
412eb1f25d
Commit
eb48ee160b
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
|
@ -14,7 +14,8 @@ steps:
|
||||||
image: registry.access.redhat.com/ubi9/python-311:1-12
|
image: registry.access.redhat.com/ubi9/python-311:1-12
|
||||||
commands:
|
commands:
|
||||||
- mkdir ~/docs && cd ~/docs
|
- 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
|
- git checkout $DRONE_COMMIT -b $DRONE_BRANCH
|
||||||
- pip install --upgrade pip
|
- pip install --upgrade pip
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
|
Laden …
In neuem Issue referenzieren