From 54ccef9c72017f44eda577756dc23b56cb0bf76f Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Tue, 11 Feb 2020 13:48:30 -0800 Subject: [PATCH] Remove string interpolation for a bit --- .drone.jsonnet | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 24b6e7c..7d08391 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -1,9 +1,8 @@ local test_compiler_version(version) = [ - "cd code/compiler/%(version)", + "cd code/compiler/09", "mkdir build && cd build", "cd .." ] - { "kind": "pipeline", "type": "docker",