mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-08-04 19:12:25 +08:00
update circle build image
This commit is contained in:
@ -4,13 +4,13 @@ orbs:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: mijitt0m/ocelot-build:0.0.1
|
- image: mijitt0m/ocelot-build:0.0.3
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: make build
|
- run: make build
|
||||||
release:
|
release:
|
||||||
docker:
|
docker:
|
||||||
- image: mijitt0m/ocelot-build:0.0.1
|
- image: mijitt0m/ocelot-build:0.0.3
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: make release
|
- run: make release
|
||||||
|
Reference in New Issue
Block a user