Move nc_asset_name to extra

X-DeepSpeech: NOBUILD
This commit is contained in:
Alexandre Lissy 2018-12-14 10:55:04 +01:00
parent 121fdc84cd
commit 936504f7e0
2 changed files with 2 additions and 5 deletions

View File

@ -15,6 +15,7 @@ expires:
else: { $fromNow: '7 days' }
extra:
nc_asset_name: { $eval: build.nc_asset_name }
github:
$if: '(event.event == "push") || (event.event == "tag")'
then: { $eval: taskcluster.github_events.merge }
@ -34,8 +35,6 @@ scopes:
payload:
maxRunTime: { $eval: to_int(build.maxRunTime) }
nc_asset_name: { $eval: build.nc_asset_name }
env:
$let:
training: { $eval: as_slugid("test-training_upstream-linux-amd64-py27mu-opt") }

View File

@ -17,6 +17,7 @@ then:
else: { $fromNow: '7 days' }
extra:
nc_asset_name: { $eval: build.nc_asset_name }
github:
$if: '(event.event == "push") || (event.event == "tag")'
then: { $eval: taskcluster.github_events.merge }
@ -29,9 +30,6 @@ then:
payload:
maxRunTime: { $eval: to_int(build.maxRunTime) }
nc_asset_name: { $eval: build.nc_asset_name }
image: "ubuntu:14.04"
env: