mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-16 09:50:45 +00:00
fix notification syntax (#352)
This commit is contained in:
parent
75661b488b
commit
bedf88f3a7
1 changed files with 1 additions and 1 deletions
|
|
@ -172,4 +172,4 @@ jobs:
|
||||||
if: branch = dev-upgrade AND type = push AND tag IS blank
|
if: branch = dev-upgrade AND type = push AND tag IS blank
|
||||||
language: bash
|
language: bash
|
||||||
script:
|
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"
|
||||||
Loading…
Reference in a new issue