Compare commits

..

No commits in common. "be38fc68768afa3be7eadb2b02796f0cc429a9c8" and "1db2f4dfd2e492fe1f401bf3daff2efa8b9f29e8" have entirely different histories.

2 changed files with 3 additions and 8 deletions

View File

@ -6,6 +6,5 @@ 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"

4
.gitignore vendored
View File

@ -1,4 +0,0 @@
/target
/.idea
/log.path_IS_UNDEFINED
/tmp