Skip to content

Commit

Permalink
give all users permissions on make html-docker gh-build dir - not jus…
Browse files Browse the repository at this point in the history
…t root
  • Loading branch information
rwcarlsen committed Aug 10, 2015
1 parent 2e8c6a5 commit 3c61c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ help:
@echo " doctest to run all doctests embedded in the documentation (if enabled)"

html-docker gh-preview-docker:
docker run -w /cyclus.github.com -v $(PWD):/cyclus.github.com cyclus/fuelcycle.org-deps make gh-preview
docker run -w /cyclus.github.com -v $(PWD):/cyclus.github.com cyclus/fuelcycle.org-deps bash -c "make gh-preview && chmod -R 777 gh-build"

gh-clean gh-revert clean:
-rm -rf $(BUILDDIR)
Expand Down

0 comments on commit 3c61c7b

Please sign in to comment.