Commit 48403a36 authored by Mike Cronce's avatar Mike Cronce
Browse files

.gitlab-ci.yml: Print sccache stats after `cargo publish` and `cargo publish --dry-run` steps

No related merge requests found
Pipeline #1338 passed with stages
in 14 minutes and 59 seconds
Showing with 4 additions and 0 deletions
+4 -0
......@@ -82,6 +82,8 @@ Test publishing crate:
fi
script:
- cargo publish --dry-run
after_script:
- /sccache -s
only:
- tags
......@@ -102,6 +104,8 @@ Publish crate:
fi
script:
- sh -c 'cargo login "${CARGO_TOKEN}" && cargo publish'
after_script:
- /sccache -s
only:
- tags
......
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