Skip to content

Commit

Permalink
[cicd] build community platform for every commit (aptos-labs#977)
Browse files Browse the repository at this point in the history
  • Loading branch information
geekflyer authored May 13, 2022
1 parent a66b0d2 commit 9c1d89e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,14 @@ workflows:
### on bors action ###
# Build the PR binaries and run various tests
# Build the Docker images and run Forge tests

build-push-community-platform:
jobs:
- build-push-community-platform:
context:
- aws-dev
- gcp-global

build-test-deploy:
when:
not:
Expand All @@ -286,10 +294,6 @@ workflows:
- lint
- ecosystem-lint
- unit-test
- build-push-community-platform:
context:
- aws-dev
- gcp-global
- docker-build-push:
context: aws-dev
- ecosystem-test:
Expand Down

0 comments on commit 9c1d89e

Please sign in to comment.