File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,10 @@ FROM with_browsers AS release
3131
3232RUN cd /var/www/discourse &&\
3333 sudo -u discourse bundle install --jobs $(($(nproc) - 1)) &&\
34- sudo -E -u discourse -H /bin/bash -c 'if [ -f yarn.lock ]; then (yarn install && yarn cache clean); else CI=1 pnpm install; fi '
34+ sudo -E -u discourse -H /bin/bash -c 'CI=1 pnpm install'
3535
36- USER ROOT
3736RUN cd /var/www/discourse &&\
38- sudo -E -u discourse -H /bin/bash -c 'CI=1 pnpm playwright install --with-deps --no-shell chromium'
37+ sudo -E -u discourse -H /bin/bash -c 'CI=1 pnpm -y playwright install --with-deps --no-shell chromium'
3938
4039RUN cd /var/www/discourse && sudo -E -u discourse -H bundle exec rake plugin:install_all_official &&\
4140 LOAD_PLUGINS=1 sudo -E -u discourse -H bundle exec rake plugin:install_all_gems &&\
You can’t perform that action at this time.
0 commit comments