Testing pipeline
continuous-integration/drone Build is passing Details

This commit is contained in:
Adam Štrauch 2021-09-17 01:39:48 +02:00
parent 202a60f091
commit ab8068e26d
Signed by: cx
GPG Key ID: 018304FFA8988F8D
1 changed files with 4 additions and 7 deletions

View File

@ -1,10 +1,7 @@
# .woodpecker.yml # .woodpecker.yml
pipeline: pipeline:
build: test:
image: debian image: golang
commands: commands:
- echo "This is the build step" - go mod tidy
a-test-step: - make test
image: debian
commands:
- echo "Testing.."