From 720b1ecfb6965d3dcd30b751fc11996cb7db4d79 Mon Sep 17 00:00:00 2001 From: yystopf Date: Sat, 8 Apr 2023 12:27:20 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20.devops/=E6=B5=8B=E8=AF=95.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devops/测试.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devops/测试.yml b/.devops/测试.yml index c7cd8ae..fe2afc9 100644 --- a/.devops/测试.yml +++ b/.devops/测试.yml @@ -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