NuttX graduated the Incubator; update repository links

This commit is contained in:
Nathan Hartman
2022-11-22 13:59:48 -05:00
committed by Brennan Ashton
parent 83a4b45dd4
commit 03802dad13
36 changed files with 3447 additions and 3447 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ inputs:
required: true
runs:
using: 'docker'
image: 'ghcr.io/apache/incubator-nuttx/apache-nuttx-ci-linux'
image: 'ghcr.io/apache/nuttx/apache-nuttx-ci-linux'
args:
- "/bin/bash"
- "-ce"
+5 -5
View File
@@ -66,13 +66,13 @@ jobs:
# Determine the repo and leave that unset to use the normal checkout behavior
# of using the merge commit instead of HEAD
case $GITHUB_REPOSITORY in
"apache/incubator-nuttx")
"apache/nuttx")
# OS
echo "Triggered by change in OS"
APPS_REF=$REF_NAME
;;
"apache/incubator-nuttx-apps" )
"apache/nuttx-apps" )
# APPS
OS_REF=$REF_NAME
echo "Triggered by change in APPS"
@@ -90,7 +90,7 @@ jobs:
- name: Checkout nuttx repo
uses: actions/checkout@v3
with:
repository: apache/incubator-nuttx
repository: apache/nuttx
ref: ${{ steps.gittargets.outputs.os_ref }}
path: sources/nuttx
fetch-depth: 1
@@ -100,7 +100,7 @@ jobs:
- name: Checkout apps repo
uses: actions/checkout@v3
with:
repository: apache/incubator-nuttx-apps
repository: apache/nuttx-apps
ref: ${{ steps.gittargets.outputs.apps_ref }}
path: sources/apps
fetch-depth: 1
@@ -142,7 +142,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Docker Pull
run: docker pull ghcr.io/apache/incubator-nuttx/apache-nuttx-ci-linux
run: docker pull ghcr.io/apache/nuttx/apache-nuttx-ci-linux
- name: Export NuttX Repo SHA
run: echo "nuttx_sha=`git -C sources/nuttx rev-parse HEAD`" >> $GITHUB_ENV
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
- name: Checkout nuttx repo
uses: actions/checkout@v3
with:
repository: apache/incubator-nuttx
repository: apache/nuttx
path: nuttx
fetch-depth: 0