Skip to content

Commit

Permalink
stop relying on circleci context
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas42 committed Feb 7, 2024
1 parent e859141 commit c4b89f2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ workflows:
version: 2
build-deploy:
jobs:
- lucos/build-amd64:
context: docker
- lucos/build-amd64
- lucos/deploy-avalon:
context: docker
requires:
- lucos/build-amd64
filters:
Expand Down

0 comments on commit c4b89f2

Please sign in to comment.