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
c9b64dc8
"docs/source/vscode:/vscode.git/clone" did not exist on "9334421d2bbee20f6aaa21da7e3721927418396f"
Unverified
Commit
c9b64dc8
authored
Dec 17, 2020
by
Matti Picus
Committed by
GitHub
Dec 16, 2020
Browse files
Remove buggy debug cruft from build workflow (#1093)
parent
3ace5932
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
.circleci/config.yml
.circleci/config.yml
+0
-2
.circleci/config.yml.in
.circleci/config.yml.in
+0
-2
No files found.
.circleci/config.yml
View file @
c9b64dc8
...
@@ -699,8 +699,6 @@ jobs:
...
@@ -699,8 +699,6 @@ jobs:
# https://circleci.com/docs/2.0/configuration-reference/#checkout
# https://circleci.com/docs/2.0/configuration-reference/#checkout
set -ex
set -ex
echo $PWD
echo $PWD
ls ~/workspace
ls ~/workspace/doc
tag=${CIRCLE_TAG:1:5}
tag=${CIRCLE_TAG:1:5}
target=${tag:-master}
target=${tag:-master}
.circleci/build_docs/commit_docs.sh ~/workspace $target
.circleci/build_docs/commit_docs.sh ~/workspace $target
...
...
.circleci/config.yml.in
View file @
c9b64dc8
...
@@ -699,8 +699,6 @@ jobs:
...
@@ -699,8 +699,6 @@ jobs:
# https://circleci.com/docs/2.0/configuration-reference/#checkout
# https://circleci.com/docs/2.0/configuration-reference/#checkout
set -ex
set -ex
echo $PWD
echo $PWD
ls ~/workspace
ls ~/workspace/doc
tag=${CIRCLE_TAG:1:5}
tag=${CIRCLE_TAG:1:5}
target=${tag:-master}
target=${tag:-master}
.circleci/build_docs/commit_docs.sh ~/workspace $target
.circleci/build_docs/commit_docs.sh ~/workspace $target
...
...
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