remove exec and keep just echo
Some checks failed
OSC Pull Custom Image Demo / opensuse osc custom container checkout test (push) Failing after 1s

Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
This commit is contained in:
Alex Lau 2023-10-23 12:41:29 +08:00
parent 5062c7aa59
commit 114a9339b6
No known key found for this signature in database
GPG Key ID: 3F28752074CC2261

View File

@ -3,6 +3,6 @@
echo $osc-user $osc-path $osc-package
echo $1 $2 $3
echo $INPUT_OSC-USER $INPUT_OSC-PATH $INPUT_OSC-PACKAGE
osc checkout $INPUT_OSC-PATH $INPUT_OSC-PACKAGE
osc buildlog openSUSE_Factory x86_64
# osc checkout $INPUT_OSC-PATH $INPUT_OSC-PACKAGE
# osc buildlog openSUSE_Factory x86_64