File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,8 @@ commands:
39
39
- run :
40
40
name : adding UPLOAD_CHANNEL to BASH_ENV
41
41
command : |
42
- our_upload_channel=nightly
43
- # On tags upload to test instead
44
- if [[ -n "${CIRCLE_TAG}" ]]; then
45
- our_upload_channel=test
46
- fi
47
- echo "export UPLOAD_CHANNEL=${our_upload_channel}" >> ${BASH_ENV}
42
+ # hard code channel for release so that PRs work on test channell
43
+ echo "export UPLOAD_CHANNEL=test" >> ${BASH_ENV}
48
44
49
45
binary_common : &binary_common
50
46
parameters :
Original file line number Diff line number Diff line change @@ -39,12 +39,8 @@ commands:
39
39
- run:
40
40
name: adding UPLOAD_CHANNEL to BASH_ENV
41
41
command: |
42
- our_upload_channel=nightly
43
- # On tags upload to test instead
44
- if [[ -n "${CIRCLE_TAG}" ]]; then
45
- our_upload_channel=test
46
- fi
47
- echo "export UPLOAD_CHANNEL=${our_upload_channel}" >> ${BASH_ENV}
42
+ # hard code channel for release so that PRs work on test channell
43
+ echo "export UPLOAD_CHANNEL=test" >> ${BASH_ENV}
48
44
49
45
binary_common: &binary_common
50
46
parameters:
You can’t perform that action at this time.
0 commit comments