From ca2fba1f4840420083adb8799abac6e8adaf987b Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 16 Mar 2023 13:36:41 +0100 Subject: [PATCH] debug again build script --- .albatros | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.albatros b/.albatros index c91b5ac..82b72d7 100755 --- a/.albatros +++ b/.albatros @@ -6,5 +6,6 @@ if [[ $BRANCH == "main" && -f $SECRET_PATH ]]; then mkdir -p /kaniko/.docker 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" + sleep 6000 + nix develop --command sh -c "executor --force --destination dxflrs/albatros:${COMMIT} --context dir://`pwd` --verbosity=debug" 1>&2 fi