Unverified Commit 4391a18d authored by Michael Müller's avatar Michael Müller
Browse files

Remove `test`, needs already covers this

parent 621e435b
......@@ -278,10 +278,6 @@ publish-docs:
- if: $CI_COMMIT_REF_NAME == "master"
- if: $CI_COMMIT_REF_NAME == "tags"
script:
- test -r ./crate-docs/index.html || (
echo "./crate-docs/index.html not present, docs job not complete";
exit 1
)
- rm -rf /tmp/*
- unset CARGO_TARGET_DIR
# Set git config
......
Supports Markdown
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