aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2024-02-09 12:19:16 +0100
committerAlex Auvolat <alex@adnab.me>2024-02-09 12:19:16 +0100
commit561fad0b44f78372357c1c76e3708a062d703b33 (patch)
treed2d95edf70c4f70525638eb6050d47f6d39a9dc2 /shell.nix
parent1be75fbf4e750d03e1f091016ef44814da674126 (diff)
downloadgarage-561fad0b44f78372357c1c76e3708a062d703b33.tar.gz
garage-561fad0b44f78372357c1c76e3708a062d703b33.zip
[nix-improvements] get rid of Drone
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/shell.nix b/shell.nix
index 193ed941..12daa502 100644
--- a/shell.nix
+++ b/shell.nix
@@ -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
}