File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 2626set -o nounset
2727set -o errexit
2828set -o pipefail
29- set -o xtrace
29+ # Commenting out for CI, uncomment for local debugging
30+ # set -o xtrace
3031
3132script_dir=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd)
3233root_dir=$( cd " ${script_dir} /../.." && pwd)
You can’t perform that action at this time.
0 commit comments