Skip to content

Commit

Permalink
Merge pull request #3079 from Algo-devops-service/relbeta3.1.0
Browse files Browse the repository at this point in the history
Fixing CircleCI deploy for Betanet and Stablenet (#3077)
  • Loading branch information
algojohnlee authored Oct 15, 2021
2 parents abd31a2 + fd82cd9 commit a4cfa1f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ workflows:
- << matrix.platform >>_test_nightly_verification
- << matrix.platform >>_integration_nightly_verification
- << matrix.platform >>_e2e_expect_nightly_verification
- << matrix.platform >>_e2e_subs_nightly
- codegen_verification
filters:
branches:
only:
Expand Down Expand Up @@ -431,15 +433,18 @@ commands:
steps:
- run:
name: Upload binaries << parameters.platform >>
environment:
TRAVIS_BRANCH: ${CIRCLE_BRANCH}
command: |
export TRAVIS_BRANCH=${CIRCLE_BRANCH}
scripts/travis/deploy_packages.sh
- when:
condition:
equal: [ "amd64", << parameters.platform >> ]
steps:
- run: scripts/travis/test_release.sh
- run:
name: test_release.sh
command: |
export TRAVIS_BRANCH=${CIRCLE_BRANCH}
scripts/travis/test_release.sh
jobs:
codegen_verification:
Expand Down

0 comments on commit a4cfa1f

Please sign in to comment.