Commit c8dc496 1 parent 16a1dde commit c8dc496 Copy full SHA for c8dc496
File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -130,14 +130,17 @@ jobs:
130
130
ci_credentials ${{ github.event.inputs.connector }}
131
131
env :
132
132
GCP_GSM_CREDENTIALS : ${{ secrets.GCP_GSM_CREDENTIALS }}
133
- - name : Prepare Sentry Release
133
+ - name : Set Name and Version Environment Vars
134
134
if : startsWith(github.event.inputs.connector, 'connectors')
135
135
run : |
136
- curl -sL https://sentry.io/get-cli/ | bash
137
136
source tools/lib/lib.sh
138
137
DOCKERFILE=airbyte-integrations/${{ github.event.inputs.connector }}/Dockerfile
139
138
echo "IMAGE_NAME=$(echo ${{ github.event.inputs.connector }} | cut -d"/" -f2)" >> $GITHUB_ENV
140
139
echo "IMAGE_VERSION=$(_get_docker_image_version ${DOCKERFILE})" >> $GITHUB_ENV
140
+ - name : Prepare Sentry
141
+ if : startsWith(github.event.inputs.connector, 'connectors')
142
+ run : |
143
+ curl -sL https://sentry.io/get-cli/ | bash
141
144
- name : Create Sentry Release
142
145
if : startsWith(github.event.inputs.connector, 'connectors')
143
146
run : |
You can’t perform that action at this time.
0 commit comments