Skip to content

Commit 22e6617

Browse files
Temp yamato remote fix
1 parent 838aa6f commit 22e6617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamato/vfx_hdrp-osx-metal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ VFX_HDRP_OSX_Metal_playmode_fast-trunk:
134134
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr --output TestProjects/VisualEffectGraph_HDRP/utr
135135
- chmod +x TestProjects/VisualEffectGraph_HDRP/utr
136136
- ssh -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" bokken@$BOKKEN_DEVICE_IP "bash -lc 'pip3 install --user unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade'"
137-
- scp -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" -r $YAMATO_SOURCE_DIR bokken@$BOKKEN_DEVICE_IP:~/Graphics
137+
- rsync -av -e ssh --exclude=${YAMATO_SOURCE_DIR}.git/ $YAMATO_SOURCE_DIR bokken@$BOKKEN_DEVICE_IP:~/Graphics
138138
- scp -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" ~/.ssh/id_rsa_macmini bokken@$BOKKEN_DEVICE_IP:~/.ssh/id_rsa_macmini
139139
- ssh -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" bokken@$BOKKEN_DEVICE_IP '/Users/bokken/Library/Python/3.7/bin/unity-downloader-cli --source-file ~/Graphics/unity_revision.txt -c editor -c il2cpp --wait --published-only'
140140
- |5-

0 commit comments

Comments
 (0)