вернул команду восстановления из бэкапа
This commit is contained in:
parent
c412b15416
commit
cad3af5a5f
|
|
@ -1,5 +1,5 @@
|
|||
#restore from backup
|
||||
#create backup for '.'
|
||||
restore from backup
|
||||
create backup for '.'
|
||||
|
||||
<include '{@builder_path}/scripts/common/android prepare.txt'>
|
||||
<include '{@builder_path}/scripts/common/android build.txt'>
|
||||
|
|
@ -10,5 +10,5 @@ sh echo '{@teamcity_build_id}' > '{@publish_path}/../{@build}.build_id'
|
|||
<include '{@builder_path}/scripts/common/android publish.txt'>
|
||||
#endif
|
||||
|
||||
#restore from backup
|
||||
#delete backup
|
||||
restore from backup
|
||||
delete backup
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#restore from backup
|
||||
#create backup for '.'
|
||||
restore from backup
|
||||
create backup for '.'
|
||||
|
||||
<include '{@builder_path}/scripts/common/ios prepare.txt'>
|
||||
<include '{@builder_path}/scripts/common/ios build.txt'>
|
||||
|
|
@ -10,5 +10,5 @@ sh echo '{@teamcity_build_id}' > '{@publish_path}/../{@build}.build_id'
|
|||
<include '{@builder_path}/scripts/common/ios publish {@provisioning_profile}.txt'>
|
||||
#endif
|
||||
|
||||
#restore from backup
|
||||
#delete backup
|
||||
restore from backup
|
||||
delete backup
|
||||
|
|
|
|||
Loading…
Reference in New Issue