Drone: Moving to full image to get git support
Alle Prüfungen waren erfolgreich
continuous-integration/drone/push Build is passing

Dieser Commit ist enthalten in:
Nick Slowinski 2023-09-09 17:38:00 +02:00
Ursprung 18848ce994
Commit 8a44bd34e6
Signiert von: nickslowinski
GPG-Schlüssel-ID: A28671573AA347CC

Datei anzeigen

@ -11,7 +11,7 @@ platform:
steps:
- name: clone
image: registry.access.redhat.com/ubi9/nodejs-18-minimal:1-67
image: registry.access.redhat.com/ubi9/nodejs-18:1-62.1692771036
volumes:
- name: cache
path: /opt/app-root/src
@ -20,7 +20,7 @@ steps:
- git clone $DRONE_REPO_LINK .
- git checkout $DRONE_COMMIT
- name: build
image: registry.access.redhat.com/ubi9/nodejs-18-minimal:1-67
image: registry.access.redhat.com/ubi9/nodejs-18:1-62.1692771036
volumes:
- name: cache
path: /opt/app-root/src