test build
All checks were successful
OSC Pull Custom Image Demo / opensuse osc custom container checkout test (push) Successful in 1m35s

Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
This commit is contained in:
Alex Lau 2023-10-31 15:00:38 +08:00
parent a864c9c815
commit 30d9006d70
No known key found for this signature in database
GPG Key ID: 3F28752074CC2261
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,8 @@ RUN zypper --non-interactive clean --all
#COPY test.sh /test.sh
COPY runner.sh /runner.sh
COPY osc_buildlog.sh /osc_buildlog.sh
RUN chmod +x /osc_buildlog.sh
COPY osc_checkout /osc_checkout
# RUN chmod +x /runner.sh
RUN chmod +x /osc_checkout
# ENTRYPOINT ["/test.sh"]
ENTRYPOINT ["/runner.sh"]

View File

@ -5,6 +5,5 @@ 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
/usr/bin/expect /osc_checkout
/osc_buildlog.sh