Skip to content
Snippets Groups Projects
Commit 6f505869 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

ci: minor clean-up

parent fda71213
No related branches found
No related tags found
1 merge request!83CI: minor clean-up
Pipeline #97480 waiting for manual action
......@@ -33,11 +33,11 @@ workflow:
before_script:
- mkdir -p "${APK_CACHE_DIR}"
- apk --cache-dir "${APK_CACHE_DIR}" --update-cache add git pre-commit
- apk --cache-dir "${APK_CACHE_DIR}" cache clean
- |
# Clean up cache
# Verify pre-commit cache
(
set -o pipefail
apk --cache-dir "${APK_CACHE_DIR}" cache clean
python3 --version | diff - "${PRE_COMMIT_HOME}/python_version.txt" 2>/dev/null || {
rm -rf "${PRE_COMMIT_HOME}"
mkdir -p "${PRE_COMMIT_HOME}"
......@@ -104,7 +104,6 @@ Check style:
artifacts:
paths:
- ${STYLE_PATCH}
expose_as: 'Style Patch'
when: on_failure
rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment