Drone: clone to different location
Einige Prüfungen sind fehlgeschlagen
continuous-integration/drone/push Build is failing

Dieser Commit ist enthalten in:
Nick Slowinski 2023-09-09 17:25:11 +02:00
Ursprung 28c85272d9
Commit 8eac695c9f
Signiert von: nickslowinski
GPG-Schlüssel-ID: A28671573AA347CC

Datei anzeigen

@ -2,11 +2,20 @@ name: test
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:
- mkdir ~/docs && cd ~/docs
- git clone $DRONE_REPO_LINK .
- git checkout $DRONE_COMMIT
- name: build
image: registry.access.redhat.com/ubi9/nodejs-18-minimal:1-67
commands: