Compare commits
No commits in common. "be38fc68768afa3be7eadb2b02796f0cc429a9c8" and "1db2f4dfd2e492fe1f401bf3daff2efa8b9f29e8" have entirely different histories.
be38fc6876
...
1db2f4dfd2
|
|
@ -4,8 +4,7 @@ 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:latest # 必须指定基础镜像(如alpine/bash)
|
||||||
commands:
|
commands:
|
||||||
- echo "hello world"
|
- chmod +x hello.sh
|
||||||
- echo "hello world"
|
- ./hello.sh
|
||||||
- echo "hello wor123123123ld"
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
/target
|
|
||||||
/.idea
|
|
||||||
/log.path_IS_UNDEFINED
|
|
||||||
/tmp
|
|
||||||
Loading…
Reference in New Issue