File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,4 @@ ARCHIVE_SIZE=`stat -f "%z" "$ARCHIVE_PATH"`
59
59
EDITED_APPCAST_PATH=" build/appcast.xml"
60
60
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 "
61
61
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
-
66
62
osascript -e ' display notification "Successfully completed continuous build" with title "GitUp Script" sound name "Hero"'
You can’t perform that action at this time.
0 commit comments