refactor: .devops/测试.yml
This commit is contained in:
parent
720b1ecfb6
commit
a5a1b1f45d
|
|
@ -15,8 +15,6 @@ workflow:
|
|||
- shell_0
|
||||
- ref: git_clone_0
|
||||
name: git clone
|
||||
cache:
|
||||
repository_dir: /
|
||||
task: git_clone@1.2.6
|
||||
input:
|
||||
username: ((gitlink.username))
|
||||
|
|
@ -30,8 +28,6 @@ workflow:
|
|||
- ref: shell_0
|
||||
name: shell
|
||||
image: docker.jianmuhub.com/library/alpine:3.17.0
|
||||
cache:
|
||||
repository_dir: /
|
||||
env:
|
||||
REPOPATH: "{{git_clone_0.git_path}}"
|
||||
script:
|
||||
|
|
|
|||
Loading…
Reference in New Issue