Skip to content

Commit f8a3c13

Browse files
author
Mladen Rusev
committed
commen out -o xtrace; add google cloud image repo as OCI_BASE
1 parent ad0a8f9 commit f8a3c13

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
env:
109109
VEN_API_KEY: ${{ secrets.VEN_API_KEY_PULL }} # ven-tlspk.venafi.cloud
110110
VEN_API_KEY_PULL: ${{ secrets.VEN_API_KEY_PULL }}
111-
OCI_BASE: ttl.sh/veanfi-kubernetes-agent
111+
OCI_BASE: europe-west1-docker.pkg.dev/machineidentitysecurity-jsci-e/js-agent-ci-repo
112112
VEN_API_HOST: api.venafi.cloud
113113
VEN_ZONE: mladen-test\Default
114114
VEN_VCP_REGION: us

hack/e2e/test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
set -o nounset
2727
set -o errexit
2828
set -o pipefail
29-
set -o xtrace
29+
# Commenting out for CI, uncomment for local debugging
30+
#set -o xtrace
3031

3132
script_dir=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
3233
root_dir=$(cd "${script_dir}/../.." && pwd)

0 commit comments

Comments
 (0)