From 763aaa7d56799b0da86abc9731b7eef92b16ba37 Mon Sep 17 00:00:00 2001 From: "leedongmyung[desktop]" Date: Sat, 25 Nov 2023 12:37:03 +0900 Subject: [PATCH] update pipeline yaml --- assets/pipeline-test.yaml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/assets/pipeline-test.yaml b/assets/pipeline-test.yaml index e64a974..4cb771e 100644 --- a/assets/pipeline-test.yaml +++ b/assets/pipeline-test.yaml @@ -5,6 +5,8 @@ property: pipeline: id: main workflow: + -exe: git + #동기식 실행, 해당 수행이 끝나야만 다음 스텝실행, command일경우 해당 id 기입 - async: appData @@ -19,14 +21,13 @@ pipeline: - exe: zip commands: -# ### 콜백이 필요없는 단순 깃 명령 호출 -# - command: Git -# id: git -# param: -# commands: -# - restore . -# - clean -f -# - switch pipeline +### 콜백이 필요없는 단순 깃 명령 호출 +- command: Git + id: git + param: + commands: + - restore . + - clean -f # ### 깃 리비전 정보 저장 # - command: GitRev