mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 07:18:06 +02:00
allow to pull custom image for git-bridge
This commit is contained in:
parent
5858ce8fdb
commit
e3d0eccf14
1 changed files with 2 additions and 3 deletions
|
@ -170,10 +170,9 @@ function handle_image_upgrade() {
|
|||
echo " tag $SEED_IMAGE_VERSION is available in your system"
|
||||
echo "------------------- WARNING ----------------------"
|
||||
prompt "Continue with the upgrade process?"
|
||||
else
|
||||
set_git_bridge_image_name "$SEED_IMAGE_VERSION"
|
||||
docker pull "$GIT_BRIDGE_IMAGE"
|
||||
fi
|
||||
set_git_bridge_image_name "$SEED_IMAGE_VERSION"
|
||||
docker pull "$GIT_BRIDGE_IMAGE"
|
||||
fi
|
||||
|
||||
## Offer to stop docker services
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue