This repository has been archived on 2023-02-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-my-data/docker/settings.sh
Sybren A. Stüvel bb61c93773 Reworked Docker image into two parts
This is the same approach as used in the Blender Dev Fund site. The
heavy/time-consuming installation of dependencies is done in the base image,
and the project files are contained in the final image.
2018-11-06 17:40:42 +01:00

5 lines
205 B
Bash

DOCKER_TAG="armadillica/blender-mydata"
DEPLOY_BRANCH=${DEPLOY_BRANCH:-production}
GIT_URL_MYDATA="git://git.blender.org/blender-my-data.git"
GIT_URL_OPENDATA="git://git.blender.org/blender-open-data.git"