bc-docker-action/osc_buildlog.sh
Alex Lau (AvengerMoJo) cfe9d3eba7
All checks were successful
OSC Pull Custom Image Demo / opensuse osc custom container checkout test (push) Successful in 7s
Testing the getbinaries in the workflow
Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
2023-11-15 16:06:42 +08:00

12 lines
317 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
cd "${INPUT_OSC_PATH}/${INPUT_OSC_PACKAGE}"
osc buildlog openSUSE_Factory x86_64
osc getbinaries openSUSE_Factory x86_64