mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 13:45:00 -05:00
Cleanup some of the echo group prints in the workflow files
This commit is contained in:
parent
55cdacdcc6
commit
7d8b649f79
1 changed files with 6 additions and 11 deletions
17
.github/workflows/kernel-demos.yml
vendored
17
.github/workflows/kernel-demos.yml
vendored
|
|
@ -176,7 +176,7 @@ jobs:
|
||||||
stepName: Fetch Community-Supported-Demos Submodule
|
stepName: Fetch Community-Supported-Demos Submodule
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
# Fetch Community-Supported-Demos Submodule
|
# ${{ env.stepName }}
|
||||||
echo -e "::group::${{ env.bashInfo }} ${{ env.stepName }} ${{ env.bashEnd }}"
|
echo -e "::group::${{ env.bashInfo }} ${{ env.stepName }} ${{ env.bashEnd }}"
|
||||||
git submodule update --checkout --init --depth 1 FreeRTOS/Demo/ThirdParty/Community-Supported-Demos
|
git submodule update --checkout --init --depth 1 FreeRTOS/Demo/ThirdParty/Community-Supported-Demos
|
||||||
# This repository contains the microblaze_instructions.h header file
|
# This repository contains the microblaze_instructions.h header file
|
||||||
|
|
@ -258,19 +258,14 @@ jobs:
|
||||||
repository: FreeRTOS/FreeRTOS
|
repository: FreeRTOS/FreeRTOS
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
- name: Fetch Community-Supported-Demos Submodule
|
- env:
|
||||||
|
stepName: Fetch Community-Supported-Demos Submodule
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
# Fetch Community-Supported-Demos Submodule
|
# ${{ env.stepName }}
|
||||||
echo "::group::Fetch Community-Supported-Demos Submodule"
|
echo -e "::group::${{ env.bashInfo }} ${{ env.stepName }} ${{ env.bashEnd }}"
|
||||||
git submodule update --checkout --init --depth 1 FreeRTOS/Demo/ThirdParty/Community-Supported-Demos
|
git submodule update --checkout --init --depth 1 FreeRTOS/Demo/ThirdParty/Community-Supported-Demos
|
||||||
echo "::endgroup::"
|
echo -e "${{ env.bashPass }} ${{ env.stepName }} ${{ env.bashEnd }}"
|
||||||
if [ "$?" = "0" ]; then
|
|
||||||
echo -e "\033[32;3mCloned the Community-Supported-Demos\033[0m"
|
|
||||||
else
|
|
||||||
echo -e "\033[32;31mCommunity-Supported-Demos Clone Failed...\033[0m"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Checkout user pull request changes
|
# Checkout user pull request changes
|
||||||
- name: Checkout Pull Request
|
- name: Checkout Pull Request
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue