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