From 28f44e5778235ef4eb88ad9050aeddbe80f3129d Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 16 Mar 2023 13:58:29 +0100 Subject: [PATCH] remove sleep again --- .albatros | 1 - 1 file changed, 1 deletion(-) diff --git a/.albatros b/.albatros index 82b72d7..e10424b 100755 --- a/.albatros +++ b/.albatros @@ -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" 1>&2 fi