From ae00ff07a177ea653d348329a8fd177361c71baf Mon Sep 17 00:00:00 2001 From: belliash Date: Sat, 23 Jul 2022 01:01:58 +0200 Subject: [PATCH] Simply launch building script --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 4ce8f88..2d8825c 100644 --- a/.build.yml +++ b/.build.yml @@ -2,4 +2,4 @@ pipeline: build: image: codingworkshop/oscw-runner:latest commands: - - bash build-linux.sh + - ./build-linux.sh