Remove string interpolation for a bit
This commit is contained in:
parent
c103c6acbf
commit
54ccef9c72
|
@ -1,9 +1,8 @@
|
||||||
local test_compiler_version(version) = [
|
local test_compiler_version(version) = [
|
||||||
"cd code/compiler/%(version)",
|
"cd code/compiler/09",
|
||||||
"mkdir build && cd build",
|
"mkdir build && cd build",
|
||||||
"cd .."
|
"cd .."
|
||||||
]
|
]
|
||||||
|
|
||||||
{
|
{
|
||||||
"kind": "pipeline",
|
"kind": "pipeline",
|
||||||
"type": "docker",
|
"type": "docker",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user