remove var run
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Malte Grosse 2024-02-12 22:46:15 +01:00
parent 1c95f394fd
commit 8b01181ba4
2 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,7 @@ steps:
settings:
registry: git.sandbox.iuk.hdm-stuttgart.de
repo: grosse/jupyterlab-datascience
INGNORE_VAR_RUN: false
# INGNORE_VAR_RUN: false
cache: false
LOG_LEVEL: debug
IGNORE_PATH: "/lib"

View File

@ -4,7 +4,6 @@ ARG NB_UID="1000"
ARG NB_GID="100"
FROM ${LAB_IMAGE}
# kaniko issue https://github.com/GoogleContainerTools/kaniko/issues/1087
RUN apk add bash
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
USER root
RUN apt-get update --yes