Alex Lau (AvengerMoJo)
0c3b16f96e
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>
9 lines
207 B
Bash
9 lines
207 B
Bash
#!/bin/bash
|
|
|
|
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
|
|
|