mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #3018 from overleaf/jpa-retry-webpack-build
[misc] work around flaky webpack builds: retry once before failing GitOrigin-RevId: 3247c2ae8f185e269b17f64c3b5d42cf16f96a5c
This commit is contained in:
parent
244709df5e
commit
d7ff985554
1 changed files with 4 additions and 0 deletions
|
@ -240,6 +240,10 @@ build_dev:
|
||||||
.
|
.
|
||||||
|
|
||||||
build_webpack:
|
build_webpack:
|
||||||
|
$(MAKE) build_webpack_once \
|
||||||
|
|| $(MAKE) build_webpack_once
|
||||||
|
|
||||||
|
build_webpack_once:
|
||||||
docker build \
|
docker build \
|
||||||
--build-arg SENTRY_RELEASE \
|
--build-arg SENTRY_RELEASE \
|
||||||
--cache-from $(IMAGE_CI)-dev \
|
--cache-from $(IMAGE_CI)-dev \
|
||||||
|
|
Loading…
Reference in a new issue