remove sleep
Some checks reported errors
Albatros build

This commit is contained in:
Quentin 2023-03-16 13:28:44 +01:00
parent abb21b5eea
commit 1be3444ac4
Signed by: quentin
GPG key ID: E9602264D639FF68

View file

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