From e3686ab784922ad5233a55c1011080c37d35fb5a Mon Sep 17 00:00:00 2001 From: xoviat Date: Fri, 19 Mar 2021 09:14:50 -0500 Subject: [PATCH] ci: rm ci.sh --- .github/workflows/rust.yml | 2 +- ci.sh | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100755 ci.sh diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2ba650ee..d184ebc4 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -106,4 +106,4 @@ jobs: target: thumbv7em-none-eabi override: true - name: Build - run: ./ci.sh + run: (cd embassy-nrf-examples; cargo build --target thumbv7em-none-eabi --bins) diff --git a/ci.sh b/ci.sh deleted file mode 100755 index 62e59cf3..00000000 --- a/ci.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -set -euxo pipefail - -cd $(dirname $0) - -# embassy-nrf - -(cd embassy-nrf-examples; cargo build --target thumbv7em-none-eabi --bins) \ No newline at end of file