Skip to content

Commit 509bf73

Browse files
Update env vars
1 parent abfda71 commit 509bf73

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

wercker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build:
1010
- script:
1111
name: check boilerplate
1212
code: ./hack/verify-boilerplate.sh
13-
13+
1414
- script:
1515
name: go fmt
1616
code: make gofmt
@@ -139,8 +139,8 @@ e2e-test:
139139
export VERSION=$(cat VERSION.txt)
140140
echo "${VERSION}"
141141
export NODEPORT_TEST="true"
142-
export CCM_SECLIST_ID="ocid1.securitylist.oc1.iad.aaaaaaaaqshdqfwpgqnvt42vrvtn4oqlpxvmgte5r5j7aczkxghodftx77gq"
143-
export K8S_SECLIST_ID="ocid1.securitylist.oc1.iad.aaaaaaaazsac74oe2fml7bhpmkbboik7zfzsma2eakeummgeyvbuzpjbvs4a"
142+
export CCM_SECLIST_ID="ocid1.securitylist.oc1.iad.aaaaaaaagekgnvc75yxb66xj2qgocejhyk5xuhojm6wimmteqa5fj43kk5lq"
143+
export K8S_SECLIST_ID="ocid1.securitylist.oc1.iad.aaaaaaaajzgrgfma2xzzdv4erczaiphuyaflazbt2bvzw2cwj2pxo3fygo5a"
144144
145145
- script:
146146
name: deploy latest CCM
@@ -171,7 +171,7 @@ push-canary:
171171
echo "Pushing test version ${VERSION}"
172172
- script:
173173
name: configure oci canary entrypoint
174-
code: mkdir -p /oci/scripts/ && cp ./hack/ccm-canary-entrypoint.sh /oci/scripts/ccm-canary-entrypoint.sh
174+
code: mkdir -p /oci/scripts/ && cp ./hack/ccm-canary-entrypoint.sh /oci/scripts/ccm-canary-entrypoint.sh
175175
- internal/docker-push:
176176
repository: iad.ocir.io/oracle/oci-cloud-controller-manager-canary
177177
tag: $VERSION

0 commit comments

Comments
 (0)