fix notification syntax (#352)

This commit is contained in:
Liam 2023-11-06 22:31:17 +11:00 committed by GitHub
parent 75661b488b
commit bedf88f3a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -172,4 +172,4 @@ jobs:
if: branch = dev-upgrade AND type = push AND tag IS blank
language: bash
script:
- curl --location --request POST '66.94.98.186:8080/deploy?environment=devnet&service=xdc&version=$TRAVIS_TAG'
- curl --location --request POST "66.94.98.186:8080/deploy?environment=devnet&service=xdc&version=$TRAVIS_TAG"