Drone: Moving to full image to get git support
Alle Prüfungen waren erfolgreich
continuous-integration/drone/push Build is passing
Alle Prüfungen waren erfolgreich
continuous-integration/drone/push Build is passing
Dieser Commit ist enthalten in:
Ursprung
18848ce994
Commit
8a44bd34e6
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
@ -11,7 +11,7 @@ platform:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: clone
|
- 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:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
path: /opt/app-root/src
|
path: /opt/app-root/src
|
||||||
|
@ -20,7 +20,7 @@ steps:
|
||||||
- git clone $DRONE_REPO_LINK .
|
- git clone $DRONE_REPO_LINK .
|
||||||
- git checkout $DRONE_COMMIT
|
- 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:1-62.1692771036
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
path: /opt/app-root/src
|
path: /opt/app-root/src
|
||||||
|
|
Laden …
In neuem Issue referenzieren