Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
026a125f
Commit
026a125f
authored
May 26, 2021
by
Vasilis Vryniotis
Browse files
Update the our_upload_channel to test.
parent
cc851b94
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
10 deletions
+2
-10
.circleci/config.yml
.circleci/config.yml
+1
-5
.circleci/config.yml.in
.circleci/config.yml.in
+1
-5
No files found.
.circleci/config.yml
View file @
026a125f
...
@@ -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"
...
...
.circleci/config.yml.in
View file @
026a125f
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment