mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-19 20:02:49 +08:00
update circle build image
This commit is contained in:
parent
9bc5ad1ccc
commit
fdad2bb302
@ -1,27 +1,27 @@
|
||||
version: 2.1
|
||||
version: 2.1
|
||||
orbs:
|
||||
queue: eddiewebb/queue@1.5.0
|
||||
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user