Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new lines to end of script files #2571

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ flutter build apk --release
mkdir -p android/app/build/outputs/apk/; mv build/app/outputs/apk/release/app-release.apk $_

# copy the AAB where AppCenter will find it
#mkdir -p android/app/build/outputs/bundle/; mv build/app/outputs/bundle/release/app-release.aab $_
#mkdir -p android/app/build/outputs/bundle/; mv build/app/outputs/bundle/release/app-release.aab $_
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ then
echo "File content:"
cat $GOOGLE_SERVICES_JSON_FILE
fi

Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

source bitbucket.sh

bitbucket_update_status
bitbucket_update_status
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

source bitbucket.sh

bitbucket_set_status_pending
bitbucket_set_status_pending
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ if [ "$AGENT_JOBSTATUS" != "Succeeded" ]; then
else
github_set_status_success
fi

Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@
source github.sh

github_set_status_pending

Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ github_set_status_success() {
github_set_status_fail() {
github_set_status status="failure" job_status="$AGENT_JOBSTATUS"
}

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

brew install lftp
cd $APPCENTER_OUTPUT_DIRECTORY
lftp -f $APPCENTER_SOURCE_DIRECTORY/upload.lftp
lftp -f $APPCENTER_SOURCE_DIRECTORY/upload.lftp
1 change: 0 additions & 1 deletion sample-build-scripts/general/slack/appcenter-post-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,3 @@ if [ "$AGENT_JOBSTATUS" != "Succeeded" ]; then
slack_notify_build_failed
exit 0
fi

Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ then
cd $APPCENTER_SOURCE_DIRECTORY/Pods/AppCenter/
curl -O https://mobilecentersdkdev.blob.core.windows.net/sdk/AppCenter-SDK-Apple.zip
unzip -o AppCenter-SDK-Apple.zip
fi
fi
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ curl \
-F "notes_type=0" \
-F "ipa=@$APPCENTER_OUTPUT_DIRECTORY/$APP_PATH" \
-H "X-HockeyAppToken: $HOCKEY_TOKEN" \
https://rink.hockeyapp.net/api/2/apps/$HOCKEY_APP_ID/app_versions/upload
https://rink.hockeyapp.net/api/2/apps/$HOCKEY_APP_ID/app_versions/upload
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ then
sudo gem install cocoapods -v $CUR_COCOAPODS_VER
else
echo "CocoaPods version is suitable for the project"
fi;
fi;