parent
1be3444ac4
commit
ca2fba1f48
1 changed files with 2 additions and 1 deletions
|
@ -6,5 +6,6 @@ if [[ $BRANCH == "main" && -f $SECRET_PATH ]]; then
|
||||||
mkdir -p /kaniko/.docker
|
mkdir -p /kaniko/.docker
|
||||||
cp $SECRET_PATH /kaniko/.docker/config.json
|
cp $SECRET_PATH /kaniko/.docker/config.json
|
||||||
export HOME=/kaniko
|
export HOME=/kaniko
|
||||||
nix develop --command sh -c "executor --force --destination dxflrs/albatros:${COMMIT} --context dir://`pwd` --verbosity=debug"
|
sleep 6000
|
||||||
|
nix develop --command sh -c "executor --force --destination dxflrs/albatros:${COMMIT} --context dir://`pwd` --verbosity=debug" 1>&2
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue