13 lines
221 B
YAML
13 lines
221 B
YAML
clone:
|
|
git:
|
|
image: plugins/git
|
|
depth: 1
|
|
pipeline:
|
|
build:
|
|
image: docker
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
secrets:
|
|
- AUTH_TOKEN
|
|
commands:
|
|
- /bin/sh build.sh
|