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