test build
Some checks failed
OSC Pull Custom Image Demo / opensuse osc custom container checkout test (push) Failing after 1s
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>
This commit is contained in:
parent
c157ed7013
commit
e2ae5bab94
@ -4,7 +4,8 @@ RUN zypper --non-interactive update
|
||||
RUN zypper --non-interactive install osc expect
|
||||
RUN zypper --non-interactive clean --all
|
||||
|
||||
COPY test.sh /test.sh
|
||||
#COPY runner.sh /runner.sh
|
||||
#COPY test.sh /test.sh
|
||||
COPY runner.sh /runner.sh
|
||||
# RUN chmod +x /runner.sh
|
||||
ENTRYPOINT ["/test.sh"]
|
||||
# ENTRYPOINT ["/test.sh"]
|
||||
ENTRYPOINT ["/runner.sh"]
|
||||
|
Loading…
Reference in New Issue
Block a user