test
This commit is contained in:
parent
d6059b9d11
commit
0956b1320d
1 changed files with 3 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ pipeline:
|
|||
#일반적인 if문과 동일
|
||||
- if:
|
||||
#property의 내용은 기본 dynamic(Object)형으로써, 비교시 정확한 캐스팅 필요, 적지 않을시 기본 string
|
||||
condition-string: <!property.git-rev> == <!property.old-git-rev>
|
||||
condition-int: <!property.git-count> > <!property.old-git-count>
|
||||
on-false:
|
||||
- exe: zip
|
||||
|
||||
|
|
@ -55,6 +55,8 @@ commands:
|
|||
to: <!property.old-git-rev>
|
||||
- from: version
|
||||
to: <!property.old-version>
|
||||
- from: gitCount
|
||||
to: <!property.old-git-count>
|
||||
|
||||
### Version 쓰기
|
||||
- command: CreateAppData
|
||||
|
|
|
|||
Loading…
Reference in a new issue