parent
b6f3fbf711
commit
acbf7c5fcd
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ nix build
|
||||||
|
|
||||||
if [[ $BRANCH == "main" && -f $SECRET_PATH ]]; then
|
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"
|
nix develop --command sh -c "executor --force --destination dxflrs/albatros:${COMMIT} --context dir://`pwd` --verbosity=debug"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue