Files
blender-docker/.gitlab-ci.yml
T
Aurelien Vaillant f1086fee84 Fix bad stage name
2022-01-28 13:44:31 +01:00

14 lines
283 B
YAML

job-init:
stage: .pre
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