Skip to content

Commit

Permalink
Fix prow issue introduced by PR 72
Browse files Browse the repository at this point in the history
  • Loading branch information
kispaljr committed Jun 18, 2024
1 parent 4d7964b commit 2b015b5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .prow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ postsubmits:
- org: nephio-project
repo: porch
base_ref: main
path_alias: "porch_build/porch"
path_alias: "porch_build"
spec:
containers:
- name: kaniko
Expand All @@ -34,7 +34,7 @@ postsubmits:
- "/bin/sh"
- "-c"
- |
executor --context=/home/prow/go/src/porch_build/ --dockerfile=porch/build/Dockerfile --destination=nephio/porch-server:${PULL_BASE_REF} --destination=nephio/porch-server:latest
executor --context=/home/prow/go/src/porch_build/ --dockerfile=build/Dockerfile --destination=nephio/porch-server:${PULL_BASE_REF} --destination=nephio/porch-server:latest
volumeMounts:
- name: kaniko-secret
mountPath: /kaniko/.docker/
Expand Down Expand Up @@ -66,7 +66,7 @@ postsubmits:
- org: nephio-project
repo: porch
base_ref: main
path_alias: "porch_build/porch"
path_alias: "porch_build"
spec:
containers:
- name: kaniko
Expand All @@ -75,7 +75,7 @@ postsubmits:
- "/bin/sh"
- "-c"
- |
executor --context=/home/prow/go/src/porch_build/ --dockerfile=porch/controllers/Dockerfile --destination=nephio/porch-controllers:${PULL_BASE_REF} --destination=nephio/porch-controllers:latest
executor --context=/home/prow/go/src/porch_build/ --dockerfile=controllers/Dockerfile --destination=nephio/porch-controllers:${PULL_BASE_REF} --destination=nephio/porch-controllers:latest
volumeMounts:
- name: kaniko-secret
mountPath: /kaniko/.docker/
Expand Down Expand Up @@ -107,7 +107,7 @@ postsubmits:
- org: nephio-project
repo: porch
base_ref: main
path_alias: "porch_build/porch"
path_alias: "porch_build"
spec:
containers:
- name: kaniko
Expand All @@ -116,7 +116,7 @@ postsubmits:
- "/bin/sh"
- "-c"
- |
executor --context=/home/prow/go/src/porch_build/ --dockerfile=porch/func/Dockerfile --destination=nephio/porch-function-runner:${PULL_BASE_REF} --destination=nephio/porch-function-runner:latest
executor --context=/home/prow/go/src/porch_build/ --dockerfile=func/Dockerfile --destination=nephio/porch-function-runner:${PULL_BASE_REF} --destination=nephio/porch-function-runner:latest
volumeMounts:
- name: kaniko-secret
mountPath: /kaniko/.docker/
Expand Down Expand Up @@ -148,7 +148,7 @@ postsubmits:
- org: nephio-project
repo: porch
base_ref: main
path_alias: "porch_build/porch"
path_alias: "porch_build"
spec:
containers:
- name: kaniko
Expand All @@ -157,7 +157,7 @@ postsubmits:
- "/bin/sh"
- "-c"
- |
executor --context=/home/prow/go/src/porch_build/ --dockerfile=porch/func/Dockerfile-wrapperserver --destination=nephio/porch-wrapper-server:${PULL_BASE_REF} --destination=nephio/porch-wrapper-server:latest
executor --context=/home/prow/go/src/porch_build/ --dockerfile=func/Dockerfile-wrapperserver --destination=nephio/porch-wrapper-server:${PULL_BASE_REF} --destination=nephio/porch-wrapper-server:latest
volumeMounts:
- name: kaniko-secret
mountPath: /kaniko/.docker/
Expand Down

0 comments on commit 2b015b5

Please sign in to comment.