Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Commit e53afff

Browse files
author
Jamie Brynes
authored
change messages (#65)
1 parent 457081a commit e53afff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

workers/unity/spatialos.UnityClient.worker.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
{
99
"name": "build",
10-
"steps": [{"name": "** Run ci/build-client.sh instead **", "command": "echo", "arguments": ["No-op."]}]
10+
"steps": [{"name": "** Open Unity to build a client. **", "command": "echo", "arguments": ["No-op."]}]
1111
},
1212
{
1313
"name": "clean",

workers/unity/spatialos.UnityGameLogic.worker.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
{
99
"name": "build",
10-
"steps": [{"name": "** Run ci/build-gamelogic.sh instead **", "command": "echo", "arguments": ["No-op."]}]
10+
"steps": [{"name": "** Open Unity to build the gamelogic worker. **", "command": "echo", "arguments": ["No-op."]}]
1111
},
1212
{
1313
"name": "clean",

0 commit comments

Comments
 (0)