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
83493894
"git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "abeecb3548d0e13136026a282ba24d608dd8bf55"
Unverified
Commit
83493894
authored
Oct 22, 2021
by
Matti Picus
Committed by
GitHub
Oct 21, 2021
Browse files
fix formatting CIRCLECI_TAG when building docs (#4693)
parent
8b588042
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
.circleci/config.yml
.circleci/config.yml
+2
-1
.circleci/config.yml.in
.circleci/config.yml.in
+2
-1
No files found.
.circleci/config.yml
View file @
83493894
...
@@ -941,7 +941,8 @@ jobs:
...
@@ -941,7 +941,8 @@ jobs:
name
:
Build docs
name
:
Build docs
command
:
|
command
:
|
set -ex
set -ex
tag=${CIRCLE_TAG:1:5}
# turn v1.12.0rc3 into 1.12.0
tag=$(echo $CIRCLE_TAG | sed -e 's/v*\([0-9.]*\).*/\1/')
VERSION=${tag:-main}
VERSION=${tag:-main}
eval "$(./conda/bin/conda shell.bash hook)"
eval "$(./conda/bin/conda shell.bash hook)"
conda activate ./env
conda activate ./env
...
...
.circleci/config.yml.in
View file @
83493894
...
@@ -941,7 +941,8 @@ jobs:
...
@@ -941,7 +941,8 @@ jobs:
name: Build docs
name: Build docs
command: |
command: |
set -ex
set -ex
tag=${CIRCLE_TAG:1:5}
# turn v1.12.0rc3 into 1.12.0
tag=$(echo $CIRCLE_TAG | sed -e 's/v*\([0-9.]*\).*/\1/')
VERSION=${tag:-main}
VERSION=${tag:-main}
eval "$(./conda/bin/conda shell.bash hook)"
eval "$(./conda/bin/conda shell.bash hook)"
conda activate ./env
conda activate ./env
...
...
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