Skip to content

Commit 0dad6dd

Browse files
committed
Remove usage of ttl.sh
Signed-off-by: Matej Vašek <[email protected]>
1 parent 09e2eef commit 0dad6dd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test-e2e-oncluster.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: E2E On Cluster Test
3131
env:
3232
E2E_RUNTIMES: ""
33+
E2E_REGISTRY_URL: registry.default.svc.cluster.local:5000
3334
FUNC_REPO_REF: ${{ github.event.pull_request.head.repo.full_name }}
3435
FUNC_REPO_BRANCH_REF: ${{ github.head_ref }}
3536
run: make test-e2e-on-cluster

pkg/pipelines/tekton/gitlab_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func TestGitlab(t *testing.T) {
6767
ns := usingNamespace(t)
6868
t.Logf("testing in namespace: %q", ns)
6969

70-
funcImg := fmt.Sprintf("ttl.sh/func/fn-%s:5m", uuid.NewUUID())
70+
funcImg := fmt.Sprintf("registry.default.svc.cluster.local:5000/fn-%s", uuid.NewUUID())
7171

7272
f := fn.Function{
7373
Root: projDir,

0 commit comments

Comments
 (0)