Refactor platform type to string
to support any kind of platform
Signed-off-by: Vasek - Tom C <tom.chauveau@epitech.eu>
This commit is contained in:
committed by
Vasek - Tom C
parent
01414f80c9
commit
9927b8d94d
@@ -7,10 +7,10 @@ engine.#Plan & {
|
||||
scratch: engine.#Scratch
|
||||
|
||||
data: engine.#WriteFile & {
|
||||
input: scratch.output
|
||||
path: "/test"
|
||||
mode: 0o600
|
||||
contents: "foobar"
|
||||
input: scratch.output
|
||||
path: "/test"
|
||||
permissions: 0o600
|
||||
contents: "foobar"
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user