Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
quytranDF committed Sep 8, 2024
1 parent 984dc98 commit ee10b7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ workflows:
- equal: [deploy, << pipeline.parameters.task >>]
- equal: [dev, << pipeline.parameters.build_stage >>]
jobs:
# - build
- build
- deploy:
context: aws
# requires:
# - build
requires:
- build
filters:
branches:
only: test
Expand Down

0 comments on commit ee10b7d

Please sign in to comment.