curl -X POST -H 'Content-Type: application/json' --data '{"channel": "#release-status", "branch": "'"$CI_COMMIT_REF_SLUG"'", "text":"The mobile release candidate \"'"$CI_COMMIT_BRANCH"'\" for release '$(git describe --tags --abbrev=0|sed "s|release/||")' has been updated to \"'"$CI_COMMIT_TITLE"'\" and is available for testing via:\n'"$CI_ENVIRONMENT_URL"'"}' "https://projectholi.rocket.chat/hooks/$ROCKETCHAT_HOOK_RELEASE_NOTIFIER"
export NOTIFICATION_AVATAR_COLOR=$(echo -n $CI_COMMIT_REF_SLUG | sha512sum | head -c 6)
curl -X POST -H "Content-Type: application/json" \
--data='{"username": "${CI_COMMIT_REF_SLUG}-notification", "icon_url": "https://placehold.co/72x72/${NOTIFICATION_AVATAR_COLOR}/white?text=$(git describe --tags --abbrev=0|sed "s|release/||")", "text": "The mobile release candidate \"'"$CI_COMMIT_BRANCH"'\" for release '$(git describe --tags --abbrev=0|sed "s|release/||")' has been updated to \"'"$CI_COMMIT_TITLE"'\" and is available for testing via:\n'"$CI_ENVIRONMENT_URL"'"}' \
$SLACK_RELEASE_STATUS_WEBHOOK || true
fi
mobile_release_publish:
...
...
@@ -267,6 +272,11 @@ mobile_release_publish:
after_script:|
if [ $CI_JOB_STATUS == 'success' ]; then
curl -X POST -H 'Content-Type: application/json' --data '{"channel": "#release-status", "branch": "'"$CI_COMMIT_REF_SLUG"'", "text":"The mobile release \"'"$CI_COMMIT_BRANCH"'\" for release '$(git describe --tags --abbrev=0|sed "s|release/||")' has been updated to \"'"$CI_COMMIT_TITLE"'\" and is published to the branch specific channel. You can find it at https://expo.dev/accounts/holistic-foundation/projects/projectholi/channels/\"'"$EXPO_PUBLISH_RELEASE_CHANNEL"'\" ."}' "https://projectholi.rocket.chat/hooks/$ROCKETCHAT_HOOK_RELEASE_NOTIFIER"
export NOTIFICATION_AVATAR_COLOR=$(echo -n $CI_COMMIT_REF_SLUG | sha512sum | head -c 6)
curl -X POST -H "Content-Type: application/json" \
--data='{"username": "${CI_COMMIT_REF_SLUG}-notification", "icon_url": "https://placehold.co/72x72/${NOTIFICATION_AVATAR_COLOR}/white?text=$(git describe --tags --abbrev=0|sed "s|release/||")", "text": "The mobile release \"'"$CI_COMMIT_BRANCH"'\" for release '$(git describe --tags --abbrev=0|sed "s|release/||")' has been updated to \"'"$CI_COMMIT_TITLE"'\" and is published to the branch specific channel. You can find it at https://expo.dev/accounts/holistic-foundation/projects/projectholi/channels/\"'"$EXPO_PUBLISH_RELEASE_CHANNEL"'\"."}' \
curl -X POST -H 'Content-Type: application/json' --data '{"channel": "#release-status", "branch": "'$CI_COMMIT_REF_SLUG'", "text":"The Android app for the release candidate \"'$CI_COMMIT_BRANCH'\" for release '$(git describe --tags --abbrev=0|sed "s|release/||")' has been updated to \"'"$CI_COMMIT_TITLE"'\" and was submitted to the Play Store."}' https://projectholi.rocket.chat/hooks/$ROCKETCHAT_HOOK_RELEASE_NOTIFIER
export NOTIFICATION_AVATAR_COLOR=$(echo -n $CI_COMMIT_REF_SLUG | sha512sum | head -c 6)
curl -X POST -H "Content-Type: application/json" \
--data='{"username": "${CI_COMMIT_REF_SLUG}-notification", "icon_url": "https://placehold.co/72x72/${NOTIFICATION_AVATAR_COLOR}/white?text=$(git describe --tags --abbrev=0|sed "s|release/||")", "text": "The Android app for the release candidate \"'$CI_COMMIT_BRANCH'\" for release '$(git describe --tags --abbrev=0|sed "s|release/||")' has been updated to \"'"$CI_COMMIT_TITLE"'\" and was submitted to the Play Store."}' \
$SLACK_RELEASE_STATUS_WEBHOOK || true
fi
mobile_release_submit_ios:
...
...
@@ -342,5 +357,10 @@ mobile_release_submit_ios:
interruptible:false
after_script:|
if [ $CI_JOB_STATUS == 'success' ]; then
curl -X POST -H 'Content-Type: application/json' --data '{"channel": "#release-status", "branch": "'$CI_COMMIT_REF_SLUG'", "text":"The IOS app for the release candidate \"'$CI_COMMIT_BRANCH'\" for release '$(git describe --tags --abbrev=0|sed "s|release/||")' has been updated to \"'"$CI_COMMIT_TITLE"'\" and was submitted to the App Store."}' https://projectholi.rocket.chat/hooks/$ROCKETCHAT_HOOK_RELEASE_NOTIFIER
curl -X POST -H 'Content-Type: application/json' --data '{"channel": "#release-status", "branch": "'$CI_COMMIT_REF_SLUG'", "text":"The iOS app for the release candidate \"'$CI_COMMIT_BRANCH'\" for release '$(git describe --tags --abbrev=0|sed "s|release/||")' has been updated to \"'"$CI_COMMIT_TITLE"'\" and was submitted to the App Store."}' https://projectholi.rocket.chat/hooks/$ROCKETCHAT_HOOK_RELEASE_NOTIFIER
export NOTIFICATION_AVATAR_COLOR=$(echo -n $CI_COMMIT_REF_SLUG | sha512sum | head -c 6)
curl -X POST -H "Content-Type: application/json" \
--data='{"username": "${CI_COMMIT_REF_SLUG}-notification", "icon_url": "https://placehold.co/72x72/${NOTIFICATION_AVATAR_COLOR}/white?text=$(git describe --tags --abbrev=0|sed "s|release/||")", "text": "The iOS app for the release candidate \"'$CI_COMMIT_BRANCH'\" for release '$(git describe --tags --abbrev=0|sed "s|release/||")' has been updated to \"'"$CI_COMMIT_TITLE"'\" and was submitted to the App Store."}' \
--post-data='{"channel": "#release-status", "branch": "'$CI_COMMIT_REF_SLUG'", "text":"The web environment for the release candidate \"'$CI_COMMIT_REF_SLUG'\" for release '$(git describe --tags --abbrev=0|sed "s|release/||")'. has been updated to \"'"$CI_COMMIT_TITLE"'\". and is available and/or updated under:\nhttps://'"$(cat $UI_DOMAIN_PATH)"'\nIf the environment was deployed for the first time, availability might take 30 to 60 minutes due to SSL certificate rollout. Meanwhile, you will see a 'PR_END_OF_FILE_ERROR' in your browser.\nTo deploy this version to web production go to this Pipeline: '$CI_PIPELINE_URL'"}' \
export NOTIFICATION_AVATAR_COLOR=$(echo -n $CI_COMMIT_REF_SLUG | sha512sum | head -c 6)
wget --header="Content-Type: application/json" \
--post-data='{"username": "${CI_COMMIT_REF_SLUG}-notification", "icon_url": "https://placehold.co/72x72/${NOTIFICATION_AVATAR_COLOR}/white?text=$(git describe --tags --abbrev=0|sed "s|release/||")", "text": "The web environment for the release candidate \"'$CI_COMMIT_REF_SLUG'\" for release '$(git describe --tags --abbrev=0|sed "s|release/||")'. has been updated to \"'"$CI_COMMIT_TITLE"'\". and is available and/or updated under:\nhttps://'"$(cat $UI_DOMAIN_PATH)"'\nIf the environment was deployed for the first time, availability might take 30 to 60 minutes due to SSL certificate rollout. Meanwhile, you will see a 'PR_END_OF_FILE_ERROR' in your browser.\nTo deploy this version to web production go to this Pipeline: '$CI_PIPELINE_URL'"}' \
--output-document - \
$SLACK_RELEASE_STATUS_WEBHOOK || true
fi
web_release_candidate_smoketest:
...
...
@@ -344,6 +350,12 @@ web_release_deploy:
--post-data='{"channel": "#release-status", "branch": "'$CI_COMMIT_REF_SLUG'", "text":"The production web environment has been manually released from \"'$CI_COMMIT_REF_SLUG'\" for release '$(git describe --tags --abbrev=0|sed "s|release/||")'. It has been updated to \"'"$CI_COMMIT_TITLE"'\" and is available and/or updated under https://app.holi.social"}' \
export NOTIFICATION_AVATAR_COLOR=$(echo -n $CI_COMMIT_REF_SLUG | sha512sum | head -c 6)
wget --header="Content-Type: application/json" \
--post-data='{"username": "${CI_COMMIT_REF_SLUG}-notification", "icon_url": "https://placehold.co/72x72/${NOTIFICATION_AVATAR_COLOR}/white?text=$(git describe --tags --abbrev=0|sed "s|release/||")", "text": "The production web environment has been manually released from \"'$CI_COMMIT_REF_SLUG'\" for release '$(git describe --tags --abbrev=0|sed "s|release/||")'. It has been updated to \"'"$CI_COMMIT_TITLE"'\" and is available and/or updated under https://app.holi.social"}' \