update pipeline yaml

This commit is contained in:
leedongmyung[desktop] 2023-11-25 12:37:03 +09:00
parent 0b983e9b30
commit 763aaa7d56

View file

@ -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