Skip to content

Commit

Permalink
update circle build image
Browse files Browse the repository at this point in the history
  • Loading branch information
TomPallister committed Nov 26, 2020
1 parent 9bc5ad1 commit fdad2bb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
version: 2.1
version: 2.1
orbs:
queue: eddiewebb/[email protected]
jobs:
build:
docker:
- image: mijitt0m/ocelot-build:0.0.1
- image: mijitt0m/ocelot-build:0.0.3
steps:
- checkout
- run: make build
release:
docker:
- image: mijitt0m/ocelot-build:0.0.1
- image: mijitt0m/ocelot-build:0.0.3
steps:
- checkout
- run: make release
workflows:
version: 2
master:
jobs:
jobs:
- queue/block_workflow:
time: "20"
only-on-branch: master
- release:
- release:
requires:
- queue/block_workflow
filters:
Expand Down

0 comments on commit fdad2bb

Please sign in to comment.