refactor: .devops/测试.yml

This commit is contained in:
yystopf 2023-04-08 12:27:20 +08:00 committed by jianmu
parent 76692aaef4
commit 720b1ecfb6
1 changed files with 2 additions and 2 deletions

View File

@ -33,9 +33,9 @@ workflow:
cache:
repository_dir: /
env:
REPOPATH: git_clone_0.git_path
REPOPATH: "{{git_clone_0.git_path}}"
script:
- cd REPOPATH
- echo REPOPATH
- ls -la
needs:
- git_clone_0