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

fix: test branch internal deploy

parent 54c1ab75
Showing with 2 additions and 2 deletions
+2 -2
...@@ -26,12 +26,12 @@ deploy: ...@@ -26,12 +26,12 @@ deploy:
script: bash ./internal/release/deploy.sh script: bash ./internal/release/deploy.sh
on: on:
all_branches: true all_branches: true
condition: $TRAVIS_BRANCH =~ ^(staging|main)$ condition: $TRAVIS_BRANCH =~ ^(staging|main|DAT-3412-fix-brew-version)$
- provider: script - provider: script
skip_cleanup: true skip_cleanup: true
script: bash ./internal/release/internal_deploy.sh script: bash ./internal/release/internal_deploy.sh
on: on:
branch: main branch: DAT-3412-fix-brew-version
env: env:
global: global:
......
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