fix path again
Some checks reported errors
Albatros build

This commit is contained in:
Quentin 2023-03-16 13:09:36 +01:00
parent b6f3fbf711
commit acbf7c5fcd
Signed by: quentin
GPG key ID: E9602264D639FF68

View file

@ -4,7 +4,7 @@ nix build
if [[ $BRANCH == "main" && -f $SECRET_PATH ]]; then
mkdir -p /kaniko/.docker
cp $SECRET_PATH /kaniko/.docker/.config.json
cp $SECRET_PATH /kaniko/.docker/config.json
export HOME=/kaniko
nix develop --command sh -c "executor --force --destination dxflrs/albatros:${COMMIT} --context dir://`pwd` --verbosity=debug"
fi