From 76d0e5f60a4753e138c5edc8ccd53532b2d1cd7f Mon Sep 17 00:00:00 2001 From: Morgan Pretty Date: Tue, 6 Feb 2024 13:07:54 +1100 Subject: [PATCH] Removed debug code --- Scripts/drone-static-upload.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Scripts/drone-static-upload.sh b/Scripts/drone-static-upload.sh index 0f2dee2c0..a337c14d0 100755 --- a/Scripts/drone-static-upload.sh +++ b/Scripts/drone-static-upload.sh @@ -48,8 +48,7 @@ if [ -n "$DRONE_TAG" ]; then elif [ "$should_upload" == "false" ]; then # Instead of the datetime include a wildcard in the base name as it'll differ in the actual build: # session-ios-.*-2fba13878 - # base="session-ios-.*-${DRONE_COMMIT:0:9}-$suffix" - base="session-ios-.*-2fba13878-$suffix" + base="session-ios-.*-${DRONE_COMMIT:0:9}-$suffix" else # Otherwise build a length name from the datetime and commit hash, such as: # session-ios-20200522T212342Z-2fba13878 @@ -57,8 +56,7 @@ else fi archive="$base.tar.xz" -#upload_to="oxen.rocks/${DRONE_REPO// /_}/${DRONE_BRANCH// /_}" -upload_to="oxen.rocks/mpretty-cyro/session-ios/feature/groups-rebuild" +upload_to="oxen.rocks/${DRONE_REPO// /_}/${DRONE_BRANCH// /_}" if [ "$should_upload" == "true" ]; then # Copy over the build products