Skip to content
Snippets Groups Projects
Commit 5a62283c authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Set branches after

parent 3e20d955
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,6 @@ RUN addgroup --gid 1000 discourse \
&& mkdir -p ./tmp/sockets \
&& git clone --branch v${DISCOURSE_VERSION} https://github.com/discourse/discourse.git \
&& chown -R discourse:discourse . \
&& git remote set-branches --add origin tests-passed \
&& curl --silent --location https://deb.nodesource.com/setup_8.x | bash - \
&& apt-get update && apt-get install -y --no-install-recommends \
${BUILD_DEPS} \
......@@ -57,6 +56,7 @@ RUN addgroup --gid 1000 discourse \
&& make && make install \
&& rm -rf pngquant \
&& cd /home/discourse/discourse \
&& git remote set-branches --add origin tests-passed \
&& sed -i 's/daemonize true/daemonize false/g' ./config/puma.rb \
&& bundle config build.nokogiri --use-system-libraries \
&& bundle install --deployment --without test --without development \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment