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
|
image: docker:19.03.12
|
||||||
|
|
||||||
job-build-docker-latest:
|
job-build-docker-latest:
|
||||||
only:
|
rules:
|
||||||
changes:
|
- if: build.json
|
||||||
- build.json
|
changes:
|
||||||
|
- build.json
|
||||||
stage: build
|
stage: build
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
|
|||||||
Reference in New Issue
Block a user