Skip to content
This repository was archived by the owner on Jun 23, 2020. It is now read-only.

Commit 1c73578

Browse files
Merge pull request #49 from oracle/missing-build-image
Docker registry image for system tests should be deterministic
2 parents 4ca069d + a305e0e commit 1c73578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wercker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ build:
3232
3333
integration-test:
3434
box:
35-
id: wcr.io/$DOCKER_REGISTRY_USERNAME/oci-flexvolume-driver-system-test:1.0.0
35+
id: wcr.io/oracle/oci-flexvolume-driver-system-test:1.0.0
3636
registry: https://wcr.io/v2
3737
username: $DOCKER_REGISTRY_USERNAME
3838
password: $DOCKER_REGISTRY_PASSWORD
@@ -45,7 +45,7 @@ integration-test:
4545
4646
system-test:
4747
box:
48-
id: wcr.io/$DOCKER_REGISTRY_USERNAME/oci-flexvolume-driver-system-test:1.0.0
48+
id: wcr.io/oracle/oci-flexvolume-driver-system-test:1.0.0
4949
registry: https://wcr.io/v2
5050
username: $DOCKER_REGISTRY_USERNAME
5151
password: $DOCKER_REGISTRY_PASSWORD

0 commit comments

Comments
 (0)