albatros/.albatros

11 lines
359 B
Text
Raw Normal View History

2023-03-16 12:24:23 +01:00
#!/usr/bin/env bash
2023-03-16 12:53:12 +01:00
set -euxo pipefail
2023-03-24 16:01:42 +01:00
nix build --print-build-logs
2023-03-16 12:53:12 +01:00
2023-03-24 14:35:43 +01:00
#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" 1>&2
#fi