We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd3ced commit 8a66b79Copy full SHA for 8a66b79
.werft/post-process.sh
@@ -179,6 +179,9 @@ while [ "$i" -le "$DOCS" ]; do
179
# is expected to be reg.<branch-name-with-dashes>.staging.gitpod-dev.com:$REG_DAEMON_PORT
180
# Change the port we use to connect to ws-daemon
181
REGISTRY_FACADE_HOST="reg.$DEV_BRANCH.staging.gitpod-dev.com:$REG_DAEMON_PORT"
182
+ if [[ -v WITH_VM ]]; then
183
+ REGISTRY_FACADE_HOST="reg.$DEV_BRANCH.preview.gitpod-dev.com:$REG_DAEMON_PORT"
184
+ fi
185
yq r /tmp/"$NAME"overrides.yaml 'data.[config.json]' \
186
| jq --arg REGISTRY_FACADE_HOST "$REGISTRY_FACADE_HOST" '.manager.registryFacadeHost = $REGISTRY_FACADE_HOST' \
187
| jq ".manager.wsdaemon.port = $WS_DAEMON_PORT" > /tmp/"$NAME"-cm-overrides.json
0 commit comments