This commit is contained in:
@@ -29,12 +29,12 @@ steps:
|
||||
- |
|
||||
set -e
|
||||
echo "[which]"
|
||||
which woodpecker || true
|
||||
which woodpecker-cli || true
|
||||
which plugin-git || true
|
||||
which plugin-s3 || true
|
||||
which plugin-docker-buildx || true
|
||||
echo "[versions]"
|
||||
woodpecker --version || true
|
||||
woodpecker-cli --version || true
|
||||
plugin-git --help | head -n1 || true
|
||||
plugin-s3 --help | head -n1 || true
|
||||
plugin-docker-buildx --help | head -n1 || true
|
||||
|
||||
Reference in New Issue
Block a user