Skip to content

Commit dbb48a3

Browse files
committed
Remove AWS steps in script
1 parent e4800ef commit dbb48a3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

continuous-build.sh

-4
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,4 @@ ARCHIVE_SIZE=`stat -f "%z" "$ARCHIVE_PATH"`
5959
EDITED_APPCAST_PATH="build/appcast.xml"
6060
perl -p -e "s|__APPCAST_TITLE__|$PRODUCT_NAME|g;s|__APPCAST_URL__|$APPCAST_URL|g;s|__VERSION_ID__|$VERSION_ID|g;s|__VERSION_STRING__|$VERSION_STRING|g;s|__ARCHIVE_URL__|$ARCHIVE_URL|g;s|__ARCHIVE_SIZE__|$ARCHIVE_SIZE|g;s|__MIN_OS__|$MIN_OS|g" "$APPCAST_PATH" > "$EDITED_APPCAST_PATH"
6161

62-
aws s3 cp --profile gitup "$ARCHIVE_PATH" "s3://gitup-builds/$CHANNEL/$BACKUP_ARCHIVE_NAME"
63-
aws s3 cp --profile gitup "s3://gitup-builds/$CHANNEL/$BACKUP_ARCHIVE_NAME" "s3://gitup-builds/$CHANNEL/$ARCHIVE_NAME"
64-
aws s3 cp --profile gitup "$EDITED_APPCAST_PATH" "s3://gitup-builds/$CHANNEL/$APPCAST_NAME"
65-
6662
osascript -e 'display notification "Successfully completed continuous build" with title "GitUp Script" sound name "Hero"'

0 commit comments

Comments
 (0)