e366773dc0
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
17 lines
213 B
CUE
17 lines
213 B
CUE
package testing
|
|
|
|
TestExportInvalidPath: {
|
|
string
|
|
|
|
#up: [
|
|
op.#FetchContainer & {
|
|
ref: "alpine"
|
|
},
|
|
op.#Export & {
|
|
// Source path in the container
|
|
source: "/tmp/lalala"
|
|
format: "string"
|
|
},
|
|
]
|
|
}
|