Compare commits
1 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
1e3557b515 |
|
|
@ -4,7 +4,6 @@ name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: run-hello-script
|
- name: run-hello-script
|
||||||
image: docker.1ms.run/alpine:latest # 必须指定基础镜像(如alpine/bash)
|
image: docker.1ms.run/alpine/java:latest # 必须指定基础镜像(如alpine/bash)
|
||||||
commands:
|
commands:
|
||||||
- chmod +x hello.sh
|
- java -version
|
||||||
- ./hello.sh
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue