CI update, replace keyword "only" with "rules"

This commit is contained in:
2022-07-28 11:45:17 +02:00
parent 828330b814
commit 84e90c7a3a
+4 -3
View File
@@ -1,9 +1,10 @@
image: docker:19.03.12
job-build-docker-latest:
only:
changes:
- build.json
rules:
- if: build.json
changes:
- build.json
stage: build
services:
- docker:dind