[nix-improvements] get rid of Drone

This commit is contained in:
Alex Auvolat
2024-02-09 12:19:16 +01:00
parent 1be75fbf4e
commit 561fad0b44
7 changed files with 22 additions and 356 deletions
-9
View File
@@ -34,15 +34,6 @@ in
];
shellHook = ''
function to_s3 {
aws \
--endpoint-url https://garage.deuxfleurs.fr \
--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 \