mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 09:47:04 +01:00
Merge pull request #173 from oceanprotocol/fix/force_pull
fixed force pull
This commit is contained in:
commit
4b7f5932b9
@ -336,7 +336,7 @@ while :; do
|
||||
configure_secret_store
|
||||
[ -n "${NODE_COMPOSE_FILE}" ] && COMPOSE_FILES+=" -f ${NODE_COMPOSE_FILE}"
|
||||
[ ${KEEPER_DEPLOY_CONTRACTS} = "true" ] && clean_local_contracts
|
||||
[ ${FORCEPULL} = "true" ] && docker-compose "$DOCKER_COMPOSE_EXTRA_OPTS" --project-name=$PROJECT_NAME "$COMPOSE_FILES" pull
|
||||
[ ${FORCEPULL} = "true" ] && eval docker-compose "$DOCKER_COMPOSE_EXTRA_OPTS" --project-name=$PROJECT_NAME "$COMPOSE_FILES" pull
|
||||
eval docker-compose "$DOCKER_COMPOSE_EXTRA_OPTS" --project-name=$PROJECT_NAME "$COMPOSE_FILES" up --remove-orphans
|
||||
break
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user