From 8a44bd34e6282cb676988357b3ad9236d006f81a Mon Sep 17 00:00:00 2001 From: Nick Slowinski Date: Sat, 9 Sep 2023 17:38:00 +0200 Subject: [PATCH] Drone: Moving to full image to get git support --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index a5e6125..43aa9b6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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