Skip to content
Snippets Groups Projects

#166: Fixup CI to use newest syntax

Merged Moul requested to merge 166_fix_ci_changes into dev
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -11,8 +11,8 @@ variables:
image: $DOCKER_IMAGE/$PYTHON_VERSION:latest
.code_changes:
only:
changes:
rules:
- changes:
- duniterpy/**/*.py
- tests/**/*.py
- examples/*.py
Loading