diff options
author | Alex Auvolat <alex@adnab.me> | 2024-02-09 12:19:16 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-02-09 12:19:16 +0100 |
commit | 561fad0b44f78372357c1c76e3708a062d703b33 (patch) | |
tree | d2d95edf70c4f70525638eb6050d47f6d39a9dc2 /shell.nix | |
parent | 1be75fbf4e750d03e1f091016ef44814da674126 (diff) | |
download | garage-561fad0b44f78372357c1c76e3708a062d703b33.tar.gz garage-561fad0b44f78372357c1c76e3708a062d703b33.zip |
[nix-improvements] get rid of Drone
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -39,15 +39,6 @@ in --region garage \ s3 cp \ ./result-bin/bin/garage \ - s3://garagehq.deuxfleurs.fr/_releases/''${DRONE_TAG:-$DRONE_COMMIT}/''${TARGET}/garage - } - - function to_s3_woodpecker { - aws \ - --endpoint-url https://garage.deuxfleurs.fr \ - --region garage \ - s3 cp \ - ./result-bin/bin/garage \ s3://garagehq.deuxfleurs.fr/_releases/''${CI_COMMIT_TAG:-$CI_COMMIT_SHA}/''${TARGET}/garage } |