mirror of
https://github.com/Cian-H/iform-invenio.git
synced 2026-08-16 16:32:50 +01:00
fix: ignore pull failures for local images during update
This commit is contained in:
+1
-1
@@ -181,7 +181,7 @@ def prod_update(
|
||||
git["switch", "prod"] & FG
|
||||
git["pull", "origin", "prod"] & FG
|
||||
with local.env(INVENIO_THEME_IFORM_PRODUCTION="true"), local.cwd(REPO_DIR):
|
||||
docker_compose("pull")
|
||||
docker_compose("pull", "--ignore-pull-failures")
|
||||
docker[
|
||||
"build",
|
||||
"-t",
|
||||
|
||||
Reference in New Issue
Block a user