ci: use docker buildx in travis

This commit is contained in:
Revant Nandgaonkar
2021-01-07 19:37:46 +05:30
parent 948e1bf00a
commit 8d2c139fc6
9 changed files with 215 additions and 170 deletions

View File

@@ -29,7 +29,6 @@ RUN mkdir -p apps sites/assets/css \
RUN cd /home/frappe/frappe-bench/apps/frappe \
&& yarn \
&& yarn run production \
&& rm -fr node_modules \
&& yarn install --production=true
RUN node --version \