Commit 092a20a9 authored by Dima Brusilovsky's avatar Dima Brusilovsky Committed by Alex
Browse files

fix: set travis wait for all deployments

parent 993ef32f
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -21,7 +21,7 @@ security import DatreeCli.p12 -k buildagent.keychain -P $P12_PASSWORD -T /usr/bi
security set-key-partition-list -S "apple-tool:,apple:" -s -k test buildagent.keychain
security find-identity -v
travis_wait curl -sL https://git.io/goreleaser | VERSION=v$GORELEASER_VERSION bash
curl -sL https://git.io/goreleaser | VERSION=v$GORELEASER_VERSION bash
if [ $TRAVIS_BRANCH == "main" ]; then
bash ./internal/release/brew_push_formula.sh production $DATREE_BUILD_VERSION
......
......@@ -6,5 +6,5 @@ git tag $DATREE_INTERNAL -a -m "Generated internal tag from TravisCI for build $
git push --tags
export DATREE_BUILD_VERSION=$DATREE_INTERNAL
travis_wait curl -sL https://git.io/goreleaser | VERSION=v$GORELEASER_VERSION sh -s -- --rm-dist
curl -sL https://git.io/goreleaser | VERSION=v$GORELEASER_VERSION sh -s -- --rm-dist
bash ./internal/release/brew_push_formula.sh internal $DATREE_INTERNAL
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment