geforkt von nick-slowinski.de/docs
Drone: clone to different location
Dieser Commit ist enthalten in:
Ursprung
28c85272d9
Commit
8eac695c9f
1 geänderte Dateien mit 9 neuen und 0 gelöschten Zeilen
|
@ -2,11 +2,20 @@ name: test
|
||||||
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:
|
||||||
|
- mkdir ~/docs && cd ~/docs
|
||||||
|
- git clone $DRONE_REPO_LINK .
|
||||||
|
- git checkout $DRONE_COMMIT
|
||||||
- name: build
|
- name: build
|
||||||
image: registry.access.redhat.com/ubi9/nodejs-18-minimal:1-67
|
image: registry.access.redhat.com/ubi9/nodejs-18-minimal:1-67
|
||||||
commands:
|
commands:
|
||||||
|
|
Laden …
In neuem Issue referenzieren