Skip to content

Commit 04c44f4

Browse files
committed
Enable debug
1 parent 13b9c1a commit 04c44f4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

dev/preview/workflow/preview/deploy-gitpod.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,8 @@ yq w -i "${INSTALLER_CONFIG_PATH}" containerRegistry.external.url "${GITPOD_CONT
242242
yq w -i "${INSTALLER_CONFIG_PATH}" containerRegistry.external.certificate.kind secret
243243
yq w -i "${INSTALLER_CONFIG_PATH}" containerRegistry.external.certificate.name "${GITPOD_IMAGE_PULL_SECRET_NAME}"
244244

245+
yq w -i "${INSTALLER_CONFIG_PATH}" containerRegistry.privateBaseImageAllowList '["https://index.docker.io/v1/","https://docker.io/"]'
246+
245247
#
246248
# configureDomain
247249
#

test/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#
1515

1616
set -euo pipefail
17+
set -x
1718

1819
REPORT=""
1920
TEST_SUITE=all

0 commit comments

Comments
 (0)