Skip to content

Commit

Permalink
Adjust workflow status display
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Jan 27, 2023
1 parent 9be1c35 commit d324aad
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-armbian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ jobs:
sudo -E apt-get -qq install -y $(curl -fsSL https://is.gd/depend_ubuntu2204_armbian)
sudo -E apt-get -qq autoremove --purge
sudo -E apt-get -qq clean
df -hT ${PWD}
sudo timedatectl set-timezone "${TZ}"
echo "ARMBIAN_RELEASE=${{ inputs.set_release }}" >> ${GITHUB_ENV}
echo "status=success" >> ${GITHUB_OUTPUT}
Expand All @@ -123,6 +121,7 @@ jobs:
id: down
if: ${{ steps.init.outputs.status }} == 'success' && !cancelled()
run: |
df -hT ${PWD}
git clone -q --single-branch --depth 1 -b master https://github.com/armbian/build.git build
echo "status=success" >> ${GITHUB_OUTPUT}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/compile-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ jobs:
sudo -E apt-get -qq install -y $(curl -fsSL https://is.gd/depend_ubuntu2204_armbian)
sudo -E apt-get -qq autoremove --purge
sudo -E apt-get -qq clean
df -hT ${PWD}
sudo timedatectl set-timezone "${TZ}"
echo "status=success" >> ${GITHUB_OUTPUT}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/rebuild-armbian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ jobs:
let i++
done
echo "ARMBIAN_RELEASE=${set_release}" >> ${GITHUB_ENV}
df -hT ${PWD}
sudo timedatectl set-timezone "${TZ}"
echo "status=success" >> ${GITHUB_OUTPUT}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/use-releases-file-to-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ jobs:
sudo -E apt-get -qq install -y $(curl -fsSL https://is.gd/depend_ubuntu2204_armbian)
sudo -E apt-get -qq autoremove --purge
sudo -E apt-get -qq clean
df -hT ${PWD}
sudo timedatectl set-timezone "${TZ}"
echo "status=success" >> ${GITHUB_OUTPUT}
Expand Down

0 comments on commit d324aad

Please sign in to comment.