test build
All checks were successful
OSC Pull Custom Image Demo / opensuse osc custom container checkout test (push) Successful in 1m35s
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:
parent
a864c9c815
commit
30d9006d70
@ -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"]
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user