Skip to content

Commit

Permalink
fixup! WIP: feat(buildbot-nix): configure postBuildSteps to sign and …
Browse files Browse the repository at this point in the history
…upload to holo's cache
  • Loading branch information
steveej committed Oct 19, 2024
1 parent e9a4827 commit c3135a6
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,13 @@
command = [
(builtins.toString (
pkgs.writeShellScript "sign-and-upload" ''
set -eEu -o pipefail
set -Eu -o pipefail
ls -lha ''${SECRET_cache.holo.host-2-public}
cat ''${SECRET_cache.holo.host-2-public}
ls -lha $CREDENTIALS_DIRECTORY
echo ''${SECRET_cache.holo.host-2-public} > public-key
cat public-key
if [[ "$PROP_owners" = "['steveej']" ]]; then
echo only steveej owns this change.
Expand Down

0 comments on commit c3135a6

Please sign in to comment.