rimesso copia in rete script
This commit is contained in:
+4
-10
@@ -47,15 +47,11 @@ variables:
|
||||
net use R: $env:NET_SHARE /u:10.74.82.50\server Dossena
|
||||
ROBOCOPY /MIR 32 R:\EgtData\Beam\32
|
||||
ROBOCOPY /MIR 64 R:\EgtData\Beam\64
|
||||
SLEEP 3
|
||||
ROBOCOPY /MIR Images R:\EgtData\Beam\32\Images
|
||||
ROBOCOPY /MIR Images R:\EgtData\Beam264\Images
|
||||
SLEEP 2
|
||||
net use R: /delete
|
||||
|
||||
# helper copia immagini in subfolder 32 e 64
|
||||
.CopyImages: &CopyImages
|
||||
- |
|
||||
ROBOCOPY /MIR Images 32\Images
|
||||
ROBOCOPY /MIR Images 64\Images
|
||||
|
||||
stages:
|
||||
- build
|
||||
|
||||
@@ -63,10 +59,8 @@ LuaCompile:build:
|
||||
stage: build
|
||||
tags:
|
||||
- win
|
||||
# before_script:
|
||||
script:
|
||||
# - *CopyImages
|
||||
- *LuaCompile32
|
||||
- *LuaCompile64
|
||||
# - *ReplicaCompiled
|
||||
- *ReplicaCompiled
|
||||
# after_script:
|
||||
Reference in New Issue
Block a user