Ok, now maybe I have the options right...

This commit is contained in:
James Pace 2023-04-11 20:31:04 -04:00
parent 92d220677a
commit 4c7032ad51
1 changed files with 5 additions and 1 deletions

View File

@ -34,4 +34,8 @@ spec:
script: |
set -x
cd /
./j7s-gitea-status -sha $(params.sha) -name $(params.name) -statusFlag $(params.status) -description $(params.description) -targetUrl $(params.targetUrl)
./j7s-gitea-status -sha $(params.sha) \
-name $(params.name) \
-status $(params.status) \
-description $(params.description) \
-targetUrl $(params.targetUrl)