mirror of
https://github.com/GoogleContainerTools/kaniko.git
synced 2026-05-16 13:20:33 +00:00
a310cc6d1c
* Add multi-arch image via Bazel * Drop the commented tags * Move tests to //integration
11 lines
221 B
YAML
11 lines
221 B
YAML
schemaVersion: "1.0.0"
|
|
commandTests:
|
|
- name: check fixed name
|
|
command: ["/kaniko/executor"]
|
|
expectedError: ['Usage:']
|
|
exitCode: 1
|
|
- name: check PATH
|
|
command: ["executor"]
|
|
expectedError: ['Usage:']
|
|
exitCode: 1
|