Skip to content
Snippets Groups Projects
Commit 94a47fb7 authored by Martin Jeppesen's avatar Martin Jeppesen
Browse files

Added git commit to launchpad repo

parent 4e0bf942
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,8 @@ RUN cd /var/www/sharelatex && \
npm install; \
npm install bcrypt; \
cd modules; \
# git clone https://github.com/sharelatex/launchpad-web-module.git launchpad; \
git clone https://github.com/sharelatex/launchpad-web-module.git launchpad; \
cd launchpad; git checkout fe6aaa63b4146271fc92a25ab9d22ef1099d4501; rm -rf .git; cd ..
grunt compile;
RUN cd /var/www && node git-revision > revisions.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment