Fixed bug in make_linux.sh path.

This commit is contained in:
John MacFarlane
2017-10-22 14:30:49 -07:00
parent 5a7a3f15d2
commit e720a44f68
+1 -1
View File
@@ -16,4 +16,4 @@ RUN stack install --stack-yaml stack.pkg.yaml --only-dependencies \
pandoc pandoc-citeproc
CMD git pull && \
git checkout -b work $TREE && \
ARTIFACTS=/artifacts sh make_linux.sh
ARTIFACTS=/artifacts sh linux/make_linux.sh