From 7967da22b9e232fd3029e268e0feb3dbb285bba7 Mon Sep 17 00:00:00 2001 From: belliash Date: Fri, 22 Jul 2022 22:51:45 +0200 Subject: [PATCH] Use bash --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index b63e468..4ce8f88 100644 --- a/.build.yml +++ b/.build.yml @@ -2,4 +2,4 @@ pipeline: build: image: codingworkshop/oscw-runner:latest commands: - - sh build-linux.sh + - bash build-linux.sh