Remove extraneous then
This commit is contained in:
@@ -45,7 +45,6 @@ jobs:
|
|||||||
- name: Install Sentry SDK
|
- name: Install Sentry SDK
|
||||||
run: |
|
run: |
|
||||||
if ! [ -x "$(command -v sentry-cli)" ]; then
|
if ! [ -x "$(command -v sentry-cli)" ]; then
|
||||||
then
|
|
||||||
curl -sL https://sentry.io/get-cli/ | bash
|
curl -sL https://sentry.io/get-cli/ | bash
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user