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 4637f09 commit dfd090d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -335,9 +335,9 @@
set -Eu -o pipefail
ls -lha ''${SECRET_cache.holo.host-2-public}
cat ''${SECRET_cache.holo.host-2-public}
cat ''${SECRET_cacheHolohHost2public}
echo ''${SECRET_cache.holo.host-2-public} > public-key
echo ''${SECRET_cacheHoloHost2public} > public-key
cat public-key
if [[ "$PROP_owners" = "['steveej']" ]]; then
Expand Down

0 comments on commit dfd090d

Please sign in to comment.