Skip to content

Commit

Permalink
Fixed e2e test errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
chhsia0 committed Sep 5, 2019
1 parent 8aabc3f commit 78b21d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/imagedigestexporter/digest.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"github.com/google/go-containerregistry/pkg/v1"
v1 "github.com/google/go-containerregistry/pkg/v1"
)

// GetDigest returns the digest of an OCI image index. If there is only one image in the index, the
Expand Down
2 changes: 1 addition & 1 deletion cmd/imagedigestexporter/digest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"testing"

"github.com/google/go-cmp/cmp"
"github.com/google/go-containerregistry/pkg/v1"
v1 "github.com/google/go-containerregistry/pkg/v1"
"github.com/google/go-containerregistry/pkg/v1/empty"
"github.com/google/go-containerregistry/pkg/v1/random"
)
Expand Down
2 changes: 1 addition & 1 deletion examples/taskruns/task-multiple-output-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ spec:
}
]
}
EOF
EOF
---
apiVersion: tekton.dev/v1alpha1
kind: TaskRun
Expand Down
2 changes: 1 addition & 1 deletion examples/taskruns/taskrun-cloud-event.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ spec:
{
"mediaType": "application/vnd.oci.image.index.v1+json",
"size": 314,
"digest": "sha256:NOTAREALDIGEST"
"digest": "sha256:deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef"
}
]
}
Expand Down

0 comments on commit 78b21d4

Please sign in to comment.