tech(build): installs yarn in build image

This commit is contained in:
bergquist
2017-01-24 11:24:45 +01:00
parent 66fa12835a
commit f7993db73c
4 changed files with 20 additions and 13 deletions

View File

@@ -4,7 +4,6 @@ mkdir -p dist
echo "Circle branch: ${CIRCLE_BRANCH}"
echo "Circle tag: ${CIRCLE_TAG}"
echo "dist: $(pwd)/dist"
docker run -i -t --name gfbuild \
-v $(pwd)/dist:/tmp/dist \
-e "CIRCLE_BRANCH=${CIRCLE_BRANCH}" \