Skip to content

Commit

Permalink
nit: remove unnecessary confi
Browse files Browse the repository at this point in the history
  • Loading branch information
ericzzzzzzz committed Sep 11, 2023
1 parent 3c8a410 commit 2c45989
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions integration/testdata/verify-succeed-k8s/skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,22 +89,6 @@ profiles:
command: ["/bin/sh"]
args: ["-c", "echo alpine-11; sleep 15; echo bye alpine-11"]

- name: with-manifest-env
verify:
- name: alpine-10
executionMode:
kubernetesCluster:
jobManifestPath: job.yaml
container:
name: foo
image: alpine:3.15.4
command: [ "/bin/sh" ]
args: [ "-c", "echo $FOO 22;" ]
env:
- name: FOO
value: sss


- name: local-built-artifact
verify:
- name: alpine-1
Expand Down

0 comments on commit 2c45989

Please sign in to comment.