Update woodpecker build file to use 'steps' instead of 'pipeline'
This commit is contained in:
parent
9c0f9504f6
commit
45958d0711
@ -1,7 +1,7 @@
|
|||||||
# https://jpetazzo.github.io/2015/09/03/do-not-use-docker-in-docker-for-ci/
|
# https://jpetazzo.github.io/2015/09/03/do-not-use-docker-in-docker-for-ci/
|
||||||
# https://woodpecker-ci.org/docs/usage/volumes
|
# https://woodpecker-ci.org/docs/usage/volumes
|
||||||
|
|
||||||
pipeline:
|
steps:
|
||||||
docker-build-go:
|
docker-build-go:
|
||||||
image: docker
|
image: docker
|
||||||
commands:
|
commands:
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# volume, which is mounted in all the containers. So modifying the filesystem (within the working dir)
|
# volume, which is mounted in all the containers. So modifying the filesystem (within the working dir)
|
||||||
# is persistent between build steps.
|
# is persistent between build steps.
|
||||||
|
|
||||||
pipeline:
|
steps:
|
||||||
lint:
|
lint:
|
||||||
image: offline-twitter/go
|
image: offline-twitter/go
|
||||||
commands:
|
commands:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user