Skip to content
Snippets Groups Projects
Unverified Commit 48deeaa2 authored by boklm's avatar boklm
Browse files

Fix var/publish_dir for nightly, alpha_nightly and testbuild

Fix an error introduced by 9d18c95b.
parent 48b01dee
No related branches found
Tags tbb-8.0.1-build2
No related merge requests found
......@@ -39,15 +39,15 @@ targets:
nightly:
output_dir: 'nightly'
publish_dir: '[% c("var/today") %]'
var:
build_target: nightly
publish_dir: '[% c("var/today") %]'
alpha_nightly:
output_dir: 'alpha_nightly'
publish_dir: '[% c("var/today") %]'
var:
build_target: alpha
publish_dir: '[% c("var/today") %]'
alpha:
output_dir: 'alpha/unsigned'
......@@ -56,9 +56,9 @@ targets:
testbuild:
output_dir: 'testbuild'
publish_dir: ''
var:
build_target: torbrowser-testbuild
publish_dir: ''
input_files:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment