Skip to content

Commit 026a125

Browse files
committed
Update the our_upload_channel to test.
1 parent cc851b9 commit 026a125

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.circleci/config.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,7 @@ commands:
3939
- run:
4040
name: adding UPLOAD_CHANNEL to BASH_ENV
4141
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
42+
our_upload_channel=test
4743
echo "export UPLOAD_CHANNEL=${our_upload_channel}" >> ${BASH_ENV}
4844
install_cuda_compatible_cmath:
4945
description: "Install CUDA compatible cmath"

.circleci/config.yml.in

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,7 @@ commands:
3939
- run:
4040
name: adding UPLOAD_CHANNEL to BASH_ENV
4141
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
42+
our_upload_channel=test
4743
echo "export UPLOAD_CHANNEL=${our_upload_channel}" >> ${BASH_ENV}
4844
install_cuda_compatible_cmath:
4945
description: "Install CUDA compatible cmath"

0 commit comments

Comments
 (0)