albatros/.albatros
Quentin 71cf9a125e
All checks were successful
Albatros build
First iteration on secret management
2023-03-16 09:34:04 +01:00

8 lines
213 B
Plaintext
Executable file

#!/usr/bin/env nix-shell
#!nix-shell -i bash -p go -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/4d2b37a84fad1091b9de401eb450aae66f1a741e.tar.gz
set -euxo pipefail
go build
cat $SECRET_PATH
echo "done" >&2