github.com/GoogleContainerTools/skaffold/v2@v2.13.2/integration/testdata/custom-test/skaffold.yaml (about) 1 apiVersion: skaffold/v4beta11 2 kind: Config 3 build: 4 artifacts: 5 - image: custom-test-example 6 test: 7 - image: custom-test-example 8 custom: 9 - command: echo "bar" >> test 10 dependencies: 11 paths: 12 - 'testdep*' 13 manifests: 14 rawYaml: 15 - pod.yaml 16 profiles: 17 - name: custom 18 test: 19 - image: custom-test-example 20 custom: 21 - command: echo "foo" > runtest 22