Update woodpecker build file to use 'steps' instead of 'pipeline'

This commit is contained in:
Alessio 2024-09-15 18:42:31 -07:00
parent 9c0f9504f6
commit 45958d0711
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# https://jpetazzo.github.io/2015/09/03/do-not-use-docker-in-docker-for-ci/
# https://woodpecker-ci.org/docs/usage/volumes
pipeline:
steps:
docker-build-go:
image: docker
commands:

View File

@ -2,7 +2,7 @@
# volume, which is mounted in all the containers. So modifying the filesystem (within the working dir)
# is persistent between build steps.
pipeline:
steps:
lint:
image: offline-twitter/go
commands: