mirror of
https://gitlab.com/stilobique/blender-docker.git
synced 2026-05-27 20:27:47 +02:00
CI update, replace keyword "only" with "rules"
This commit is contained in:
+4
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user