From 1bfffc73ec142f3616bd94c2d63e57750773d7b8 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Tue, 31 Mar 2020 15:22:28 +0900 Subject: [PATCH] CI: Use actions from testing repo --- .github/actions/ci-container/action.yaml | 20 -------------------- .github/workflows/main.yml | 4 ++-- 2 files changed, 2 insertions(+), 22 deletions(-) delete mode 100644 .github/actions/ci-container/action.yaml diff --git a/.github/actions/ci-container/action.yaml b/.github/actions/ci-container/action.yaml deleted file mode 100644 index f2cc6146d..000000000 --- a/.github/actions/ci-container/action.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -name: ci-container -runs: - using: 'docker' - image: 'docker.pkg.github.com/apache/incubator-nuttx-testing/nuttx-ci-linux' - args: - - "-c" - - ${{ inputs.run }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 12619b35a..301096bae 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -58,10 +58,10 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Run Pull Container - uses: ./apps/.github/actions/ci-container + uses: ./testing/.github/actions/ci-container - name: Run builds - uses: ./apps/.github/actions/ci-container + uses: ./testing/.github/actions/ci-container env: BLOBDIR: /tools/blobs with: