This repository was archived by the owner on Mar 31, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +16
-17
lines changed Expand file tree Collapse file tree 1 file changed +16
-17
lines changed Original file line number Diff line number Diff line change @@ -110,27 +110,26 @@ workflows:
110
110
set -ex
111
111
envman add --key 'DOCKER_IMAGE_DEPLOY_TAG' --value "v$(date +%Y_%m_%d-%H_%M)-b${BITRISE_BUILD_NUMBER}"
112
112
113
- _slack_start :
114
- steps :
115
- - slack@2.1.0 :
116
- run_if : .IsCI
117
- inputs :
118
- - webhook_url : $SLACK_WEBHOOK_URL
119
- - channel : $SLACK_CHANNEL
120
- - from_username : " $BITRISE_APP_TITLE - OK"
121
- - from_username_on_error : " $BITRISE_APP_TITLE - ERROR"
122
- - message : |
123
- Started:
124
-
125
- - Build URL: $BITRISE_BUILD_URL
126
- - Build Number: $BITRISE_BUILD_NUMBER
127
- - Image ID: $DOCKERHUB_IMG_ID
128
- - Image tag: $DOCKER_IMAGE_DEPLOY_TAG
113
+ # _slack_start:
114
+ # steps:
115
+ # - slack@2.1.0:
116
+ # run_if: .IsCI
117
+ # inputs:
118
+ # - webhook_url: $SLACK_WEBHOOK_URL
119
+ # - channel: $SLACK_CHANNEL
120
+ # - from_username: "$BITRISE_APP_TITLE - OK"
121
+ # - from_username_on_error: "$BITRISE_APP_TITLE - ERROR"
122
+ # - message: |
123
+ # Started:
124
+
125
+ # - Build URL: $BITRISE_BUILD_URL
126
+ # - Build Number: $BITRISE_BUILD_NUMBER
127
+ # - Image ID: $DOCKERHUB_IMG_ID
128
+ # - Image tag: $DOCKER_IMAGE_DEPLOY_TAG
129
129
130
130
_deploy :
131
131
before_run :
132
132
- _generate_image_deploy_tag
133
- - _slack_start
134
133
- _rebuild
135
134
steps :
136
135
- script@1.1.0 :
You can’t perform that action at this time.
0 commit comments