From d9b77a4f147d0096af8e982cb7dcfcefab7e6a09 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 16 Mar 2023 13:22:06 +0100 Subject: [PATCH] debug ci --- .albatros | 1 + example/albatros.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.albatros b/.albatros index c91b5ac..1a0dc4c 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 + sleep 6000 nix develop --command sh -c "executor --force --destination dxflrs/albatros:${COMMIT} --context dir://`pwd` --verbosity=debug" fi diff --git a/example/albatros.json b/example/albatros.json index 21634ec..9915988 100644 --- a/example/albatros.json +++ b/example/albatros.json @@ -1,6 +1,6 @@ { "ref": "refs/heads/main", - "after": "fb3853c72d8f6046d5b250da0f850df433b1ed47", + "after": "acbf7c5fcdc38935a872b3c01129a74385dc2517", "repository": { "owner": { "username": "quentin"