Commit 026a125f authored by Vasilis Vryniotis's avatar Vasilis Vryniotis
Browse files

Update the our_upload_channel to test.

parent cc851b94
...@@ -39,11 +39,7 @@ commands: ...@@ -39,11 +39,7 @@ commands:
- run: - run:
name: adding UPLOAD_CHANNEL to BASH_ENV name: adding UPLOAD_CHANNEL to BASH_ENV
command: | command: |
our_upload_channel=nightly our_upload_channel=test
# On tags upload to test instead
if [[ -n "${CIRCLE_TAG}" ]]; then
our_upload_channel=test
fi
echo "export UPLOAD_CHANNEL=${our_upload_channel}" >> ${BASH_ENV} echo "export UPLOAD_CHANNEL=${our_upload_channel}" >> ${BASH_ENV}
install_cuda_compatible_cmath: install_cuda_compatible_cmath:
description: "Install CUDA compatible cmath" description: "Install CUDA compatible cmath"
......
...@@ -39,11 +39,7 @@ commands: ...@@ -39,11 +39,7 @@ commands:
- run: - run:
name: adding UPLOAD_CHANNEL to BASH_ENV name: adding UPLOAD_CHANNEL to BASH_ENV
command: | command: |
our_upload_channel=nightly our_upload_channel=test
# On tags upload to test instead
if [[ -n "${CIRCLE_TAG}" ]]; then
our_upload_channel=test
fi
echo "export UPLOAD_CHANNEL=${our_upload_channel}" >> ${BASH_ENV} echo "export UPLOAD_CHANNEL=${our_upload_channel}" >> ${BASH_ENV}
install_cuda_compatible_cmath: install_cuda_compatible_cmath:
description: "Install CUDA compatible cmath" description: "Install CUDA compatible cmath"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment