bc-docker-action/runner.sh
Alex Lau (AvengerMoJo) 527b90605c
All checks were successful
OSC Pull Custom Image Demo / opensuse osc custom container checkout test (push) Successful in 1s
Finish a checkout and buildlog cycle
Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
2023-10-31 13:07:52 +08:00

11 lines
275 B
Bash
Executable File

#!/bin/sh -l
echo $1 $2 $3
echo "${osc_user} ${osc_path} ${osc_package}"
echo "${INPUT_OSC_USER} ${INPUT_OSC_PATH} ${INPUT_OSC_PACKAGE}"
# osc checkout $INPUT_OSC_PATH $INPUT_OSC_PACKAGE
# osc buildlog openSUSE_Factory x86_64
/usr/bin/expect osc_checkout
./osc_buildlog.sh