Skip to content
Snippets Groups Projects

CI: minor clean-up

Merged Sergey Kosukhin requested to merge ci-minor-clean-up into master
1 file
+ 2
3
Compare changes
  • Side-by-side
  • Inline
+ 2
3
@@ -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:
Loading