remove var run
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
1c95f394fd
commit
8b01181ba4
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue