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
Torchaudio
Commits
3616961b
Unverified
Commit
3616961b
authored
Dec 17, 2020
by
Matti Picus
Committed by
GitHub
Dec 17, 2020
Browse files
Fix doc push job (#1098)
parent
c9b64dc8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
.circleci/config.yml
.circleci/config.yml
+1
-2
.circleci/config.yml.in
.circleci/config.yml.in
+1
-2
No files found.
.circleci/config.yml
View file @
3616961b
...
@@ -698,10 +698,9 @@ jobs:
...
@@ -698,10 +698,9 @@ jobs:
# Don't use "checkout" step since it uses ssh, which cannot git push
# Don't use "checkout" step since it uses ssh, which cannot git push
# https://circleci.com/docs/2.0/configuration-reference/#checkout
# https://circleci.com/docs/2.0/configuration-reference/#checkout
set -ex
set -ex
echo $PWD
tag=${CIRCLE_TAG:1:5}
tag=${CIRCLE_TAG:1:5}
target=${tag:-master}
target=${tag:-master}
.circleci/build_docs/commit_docs.sh ~/workspace $target
~/workspace/
.circleci/build_docs/commit_docs.sh ~/workspace $target
workflows
:
workflows
:
build
:
build
:
...
...
.circleci/config.yml.in
View file @
3616961b
...
@@ -698,10 +698,9 @@ jobs:
...
@@ -698,10 +698,9 @@ jobs:
# Don't use "checkout" step since it uses ssh, which cannot git push
# Don't use "checkout" step since it uses ssh, which cannot git push
# https://circleci.com/docs/2.0/configuration-reference/#checkout
# https://circleci.com/docs/2.0/configuration-reference/#checkout
set -ex
set -ex
echo $PWD
tag=${CIRCLE_TAG:1:5}
tag=${CIRCLE_TAG:1:5}
target=${tag:-master}
target=${tag:-master}
.circleci/build_docs/commit_docs.sh ~/workspace $target
~/workspace/
.circleci/build_docs/commit_docs.sh ~/workspace $target
workflows:
workflows:
build:
build:
...
...
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