Skip to content

Commit

Permalink
fixing disk space issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Mar 29, 2024
1 parent 6d25581 commit 467c957
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pi-gen-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
pi-gen-action:
runs-on: ubuntu-latest
steps:
- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache

- name: Check out repository
uses: actions/checkout@v4

Expand Down
3 changes: 0 additions & 3 deletions stage5-common/00-install/00-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ install -v -m 755 files/get_position.sh "${ROOTFS_DIR}/usr/local/bin/"

id lincot || useradd --system lincot

pwd
ls -alR

APP_NAME="LINCOT"
install -v -m 644 "files/${APP_NAME}-config.txt" "${ROOTFS_DIR}/boot/"
install -v -m 755 "files/run_${APP_NAME}.sh" "${ROOTFS_DIR}/usr/local/sbin/"
Expand Down

0 comments on commit 467c957

Please sign in to comment.