Removed debug code

pull/950/head
Morgan Pretty 5 months ago
parent 276ec8a100
commit 76d0e5f60a

@ -48,8 +48,7 @@ if [ -n "$DRONE_TAG" ]; then
elif [ "$should_upload" == "false" ]; 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: # Instead of the datetime include a wildcard in the base name as it'll differ in the actual build:
# session-ios-.*-2fba13878 # session-ios-.*-2fba13878
# base="session-ios-.*-${DRONE_COMMIT:0:9}-$suffix" base="session-ios-.*-${DRONE_COMMIT:0:9}-$suffix"
base="session-ios-.*-2fba13878-$suffix"
else else
# Otherwise build a length name from the datetime and commit hash, such as: # Otherwise build a length name from the datetime and commit hash, such as:
# session-ios-20200522T212342Z-2fba13878 # session-ios-20200522T212342Z-2fba13878
@ -57,8 +56,7 @@ else
fi fi
archive="$base.tar.xz" archive="$base.tar.xz"
#upload_to="oxen.rocks/${DRONE_REPO// /_}/${DRONE_BRANCH// /_}" upload_to="oxen.rocks/${DRONE_REPO// /_}/${DRONE_BRANCH// /_}"
upload_to="oxen.rocks/mpretty-cyro/session-ios/feature/groups-rebuild"
if [ "$should_upload" == "true" ]; then if [ "$should_upload" == "true" ]; then
# Copy over the build products # Copy over the build products

Loading…
Cancel
Save