From 9b04e9f95ece4184263aaf1b3877e95caf1bf45a Mon Sep 17 00:00:00 2001 From: Rafal Kupiec 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