parent
acbf7c5fcd
commit
d9b77a4f14
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"ref": "refs/heads/main",
|
||||
"after": "fb3853c72d8f6046d5b250da0f850df433b1ed47",
|
||||
"after": "acbf7c5fcdc38935a872b3c01129a74385dc2517",
|
||||
"repository": {
|
||||
"owner": {
|
||||
"username": "quentin"
|
||||
|
|
Loading…
Reference in a new issue