mirror of
https://gitlab.com/stilobique/blender-docker.git
synced 2026-05-28 12:41:22 +02:00
Make a basic docker build with the gitlab CI
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
job-init:
|
||||
stage: init
|
||||
script: echo "make something useful before build stage"
|
||||
|
||||
job-build-docker-latest:
|
||||
stage: build
|
||||
script:
|
||||
- docker build -t stilobique/blender:latest .
|
||||
|
||||
#job-build-docker-tag:
|
||||
# stage: build
|
||||
# script:
|
||||
# - docker build -t stilobique/blender:latest
|
||||
Reference in New Issue
Block a user