mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-20 08:02:50 +08:00
8 lines
132 B
YAML
8 lines
132 B
YAML
version: 2
|
|
jobs:
|
|
build:
|
|
docker:
|
|
- image: mijitt0m/ocelot-build:0.0.1
|
|
steps:
|
|
- checkout
|
|
- run: ./build.sh |