1
0
Fork 0

moving clone process

Dieser Commit ist enthalten in:
Nick Slowinski 2023-06-26 13:02:25 +02:00
Ursprung b6a4000858
Commit 08ca787295

Datei anzeigen

@ -1,16 +1,22 @@
name: amd64
kind: pipeline
type: docker
clone:
disable: true
platform:
os: linux
arch: amd64
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
image: registry.access.redhat.com/ubi9/python-311:1-12
commands:
- whoami
- dnf install -y git
- pip install -r requirements.txt
- mkdocs build