Unverified Commit c9b64dc8 authored by Matti Picus's avatar Matti Picus Committed by GitHub
Browse files

Remove buggy debug cruft from build workflow (#1093)

parent 3ace5932
...@@ -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
......
...@@ -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
......
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