diff options
author | Alex Auvolat <alex@adnab.me> | 2022-10-18 13:17:30 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-10-18 13:39:21 +0200 |
commit | 8fc93abc79eb3fa74facda7ca2e8798ff7d01658 (patch) | |
tree | cca4406ea9a901258bfec0140270c3802d9939f0 /shell.nix | |
parent | 667ca9d3e3971d57d1c95defbff790ab5dc26221 (diff) | |
download | garage-8fc93abc79eb3fa74facda7ca2e8798ff7d01658.tar.gz garage-8fc93abc79eb3fa74facda7ca2e8798ff7d01658.zip |
Some things are now in result-bin
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ function to_s3 { --endpoint-url https://garage.deuxfleurs.fr \ --region garage \ s3 cp \ - ./result/bin/garage \ + ./result-bin/bin/garage \ s3://garagehq.deuxfleurs.fr/_releases/''${DRONE_TAG:-$DRONE_COMMIT}/''${TARGET}/garage } |