diff --git a/sample-build-scripts/flutter/android-build/appcenter-post-clone.sh b/sample-build-scripts/flutter/android-build/appcenter-post-clone.sh index 2386f63..35aa1f4 100755 --- a/sample-build-scripts/flutter/android-build/appcenter-post-clone.sh +++ b/sample-build-scripts/flutter/android-build/appcenter-post-clone.sh @@ -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 $_ \ No newline at end of file +#mkdir -p android/app/build/outputs/bundle/; mv build/app/outputs/bundle/release/app-release.aab $_ diff --git a/sample-build-scripts/general/android/google-services/appcenter-pre-build.sh b/sample-build-scripts/general/android/google-services/appcenter-pre-build.sh index 078689d..7d13ef7 100644 --- a/sample-build-scripts/general/android/google-services/appcenter-pre-build.sh +++ b/sample-build-scripts/general/android/google-services/appcenter-pre-build.sh @@ -31,4 +31,3 @@ then echo "File content:" cat $GOOGLE_SERVICES_JSON_FILE fi - diff --git a/sample-build-scripts/general/bitbucket-commit-status/appcenter-post-build.sh b/sample-build-scripts/general/bitbucket-commit-status/appcenter-post-build.sh index bfcbd55..2c7a20d 100644 --- a/sample-build-scripts/general/bitbucket-commit-status/appcenter-post-build.sh +++ b/sample-build-scripts/general/bitbucket-commit-status/appcenter-post-build.sh @@ -11,4 +11,4 @@ source bitbucket.sh -bitbucket_update_status \ No newline at end of file +bitbucket_update_status diff --git a/sample-build-scripts/general/bitbucket-commit-status/appcenter-post-clone.sh b/sample-build-scripts/general/bitbucket-commit-status/appcenter-post-clone.sh index 0580abc..37f5d4c 100644 --- a/sample-build-scripts/general/bitbucket-commit-status/appcenter-post-clone.sh +++ b/sample-build-scripts/general/bitbucket-commit-status/appcenter-post-clone.sh @@ -11,4 +11,4 @@ source bitbucket.sh -bitbucket_set_status_pending \ No newline at end of file +bitbucket_set_status_pending diff --git a/sample-build-scripts/general/github-commit-status/appcenter-post-build.sh b/sample-build-scripts/general/github-commit-status/appcenter-post-build.sh index 6e3fd32..dbc7b0e 100755 --- a/sample-build-scripts/general/github-commit-status/appcenter-post-build.sh +++ b/sample-build-scripts/general/github-commit-status/appcenter-post-build.sh @@ -14,4 +14,3 @@ if [ "$AGENT_JOBSTATUS" != "Succeeded" ]; then else github_set_status_success fi - diff --git a/sample-build-scripts/general/github-commit-status/appcenter-post-clone.sh b/sample-build-scripts/general/github-commit-status/appcenter-post-clone.sh index 616e21b..d586ea1 100755 --- a/sample-build-scripts/general/github-commit-status/appcenter-post-clone.sh +++ b/sample-build-scripts/general/github-commit-status/appcenter-post-clone.sh @@ -10,4 +10,3 @@ source github.sh github_set_status_pending - diff --git a/sample-build-scripts/general/github-commit-status/github.sh b/sample-build-scripts/general/github-commit-status/github.sh index 62008b5..d0ffd02 100644 --- a/sample-build-scripts/general/github-commit-status/github.sh +++ b/sample-build-scripts/general/github-commit-status/github.sh @@ -38,4 +38,3 @@ github_set_status_success() { github_set_status_fail() { github_set_status status="failure" job_status="$AGENT_JOBSTATUS" } - diff --git a/sample-build-scripts/general/sftp-upload/appcenter-post-build.sh b/sample-build-scripts/general/sftp-upload/appcenter-post-build.sh index 2449616..bb788ca 100644 --- a/sample-build-scripts/general/sftp-upload/appcenter-post-build.sh +++ b/sample-build-scripts/general/sftp-upload/appcenter-post-build.sh @@ -5,4 +5,4 @@ brew install lftp cd $APPCENTER_OUTPUT_DIRECTORY -lftp -f $APPCENTER_SOURCE_DIRECTORY/upload.lftp \ No newline at end of file +lftp -f $APPCENTER_SOURCE_DIRECTORY/upload.lftp diff --git a/sample-build-scripts/general/slack/appcenter-post-build.sh b/sample-build-scripts/general/slack/appcenter-post-build.sh index 5a55508..f0406c3 100644 --- a/sample-build-scripts/general/slack/appcenter-post-build.sh +++ b/sample-build-scripts/general/slack/appcenter-post-build.sh @@ -54,4 +54,3 @@ if [ "$AGENT_JOBSTATUS" != "Succeeded" ]; then slack_notify_build_failed exit 0 fi - diff --git a/sample-build-scripts/ios/appcenter-beta-sdk/appcenter-pre-build.sh b/sample-build-scripts/ios/appcenter-beta-sdk/appcenter-pre-build.sh index 6b99831..be06d9f 100644 --- a/sample-build-scripts/ios/appcenter-beta-sdk/appcenter-pre-build.sh +++ b/sample-build-scripts/ios/appcenter-beta-sdk/appcenter-pre-build.sh @@ -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 \ No newline at end of file +fi diff --git a/sample-build-scripts/react-native/codepush-hockeyapp/appcenter-post-build.sh b/sample-build-scripts/react-native/codepush-hockeyapp/appcenter-post-build.sh index f94aff9..24e5497 100755 --- a/sample-build-scripts/react-native/codepush-hockeyapp/appcenter-post-build.sh +++ b/sample-build-scripts/react-native/codepush-hockeyapp/appcenter-post-build.sh @@ -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 \ No newline at end of file + https://rink.hockeyapp.net/api/2/apps/$HOCKEY_APP_ID/app_versions/upload diff --git a/sample-build-scripts/react-native/compare-cocoapods/appcenter-post-clone.sh b/sample-build-scripts/react-native/compare-cocoapods/appcenter-post-clone.sh index da0ec5b..ab0b2c3 100644 --- a/sample-build-scripts/react-native/compare-cocoapods/appcenter-post-clone.sh +++ b/sample-build-scripts/react-native/compare-cocoapods/appcenter-post-clone.sh @@ -11,4 +11,4 @@ then sudo gem install cocoapods -v $CUR_COCOAPODS_VER else echo "CocoaPods version is suitable for the project" -fi; \ No newline at end of file +fi;