Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit 003456a

Browse files
committed
Fix stable dist dir
1 parent aefec69 commit 003456a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

master/master.cfg

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,11 +1153,7 @@ def distsnap_buildfactory(platform, channel_label):
11531153
command=["sh", "-c", rm_dist_cmd]))
11541154

11551155
# Upload artifacts from slave
1156-
slave_dist_dir = "dist"
1157-
if 'nightly' in channel_label or 'beta' in channel_label or \
1158-
'cross-host-linux' in platform or \
1159-
'cross-rustbuild-linux' in platform:
1160-
slave_dist_dir = "build/dist"
1156+
slave_dist_dir = "build/dist"
11611157
f.addStep(DirectoryUpload(slavesrc=slave_dist_dir,
11621158
masterdest=local_dist_platform_dir,
11631159
workdir=BUILD_WORKDIR))

0 commit comments

Comments
 (0)