浏览代码

Use image ref instead of tags so we don't need to have different image tags for master/develop. (#2834)

/develop-newnormalization
GitHub 5 年前
当前提交
fee8879f
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 2
      .yamato/csharp-tests.yml
  2. 2
      .yamato/standalone-build-test.yml

2
.yamato/csharp-tests.yml


name: Test Mac EditMode {{ editor.version }}
agent:
type: Unity::VM::osx
image: ml-agents/ml-agents-bokken-mac:stable
image: ml-agents/ml-agents-bokken-mac:v0.1.2-440635
flavor: i1.small
variables:
UNITY_VERSION: {{ editor.version }}

2
.yamato/standalone-build-test.yml


name: Test Mac Standalone {{ editor.version }}
agent:
type: Unity::VM::osx
image: ml-agents/ml-agents-bokken-mac:stable
image: ml-agents/ml-agents-bokken-mac:v0.1.2-440635
flavor: i1.small
variables:
UNITY_VERSION: {{ editor.version }}

正在加载...
取消
保存