summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve McIntyre <steve.mcintyre@pexip.com>2023-10-04 14:46:48 +0100
committerSteve McIntyre <steve.mcintyre@pexip.com>2023-10-04 14:47:24 +0100
commit8b4c7a1f39bc7f9b26864eb1129e81c6ceb37d92 (patch)
tree94295b6a7e991f7bbbfb2e0104647fbeec278b32
parent170ff858e2fd382fc933648a9197705cbb6f7618 (diff)
downloadsteve-scripts-8b4c7a1f39bc7f9b26864eb1129e81c6ceb37d92.zip
Fix the platform-ci-build wrapper script
Remove broken extra parameter that was causing misleading failure noise
-rwxr-xr-xplatform-ci-build4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform-ci-build b/platform-ci-build
index 9d1a538..33c53f1 100755
--- a/platform-ci-build
+++ b/platform-ci-build
@@ -35,8 +35,8 @@ if [ ! -d $PCI ]; then
fi
$PCI/ansible/files/platform-ci-scripts/platform-ci-pipeline-ctl \
+ --verbose \
--token $TOKEN \
release \
--target-distribution pexip \
- ${RELEASE}-os-${PKGNAME} \
- /srv/pexip/incoming
+ ${RELEASE}-os-${PKGNAME}