From a65685de5c9fdf642e092b9cb781ce8c644c9223 Mon Sep 17 00:00:00 2001 From: belliash Date: Fri, 22 Jul 2022 22:50:10 +0200 Subject: [PATCH] Rewrite pipeline --- .build.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.build.yml b/.build.yml index eca9ae8..b63e468 100644 --- a/.build.yml +++ b/.build.yml @@ -1,8 +1,5 @@ -kind: pipeline -type: exec -name: XT Toolchain Pipeline - -steps: -- name: Compile XT Toolchain - commands: - - sh build-linux.sh +pipeline: + build: + image: codingworkshop/oscw-runner:latest + commands: + - sh build-linux.sh