moving clone process
Einige Prüfungen sind fehlgeschlagen
continuous-integration/drone/push Build is failing
Einige Prüfungen sind fehlgeschlagen
continuous-integration/drone/push Build is failing
Dieser Commit ist enthalten in:
Ursprung
b6a4000858
Commit
08ca787295
1 geänderte Dateien mit 8 neuen und 2 gelöschten Zeilen
10
.drone.yml
10
.drone.yml
|
@ -1,16 +1,22 @@
|
||||||
name: amd64
|
name: amd64
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
|
clone:
|
||||||
|
disable: true
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: clone
|
||||||
|
image: registry.access.redhat.com/ubi9/python-311:1-12
|
||||||
|
commands:
|
||||||
|
- git clone https://git.nick-slowinski.de/nick-slowinski.de/docs.git .
|
||||||
|
- git checkout $DRONE_COMMIT
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: registry.access.redhat.com/ubi9/python-311:1-12
|
image: registry.access.redhat.com/ubi9/python-311:1-12
|
||||||
commands:
|
commands:
|
||||||
- whoami
|
|
||||||
- dnf install -y git
|
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- mkdocs build
|
- mkdocs build
|
Laden …
In neuem Issue referenzieren