Compare commits

...

5 Commits

Author SHA1 Message Date
Oleg Kalachev
e31d552c78 Merge branch 'master' into save-debs 2023-11-03 01:06:26 +03:00
Oleg Kalachev
fe0a98e11c Trigger build 2023-11-03 01:04:59 +03:00
Oleg Kalachev
4b2147185f Upload built image to artifacts 2023-09-23 00:19:45 +03:00
Oleg Kalachev
44da0e3e9f Disable apt cache cleaning 2023-09-23 00:19:34 +03:00
Oleg Kalachev
bdcfb7a734 List all downloaded deb-files 2023-09-22 01:16:22 +03:00
2 changed files with 10 additions and 1 deletions

View File

@@ -27,3 +27,9 @@ jobs:
prerelease: true prerelease: true
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload image to artifacts
uses: actions/upload-artifact@v3
with:
name: image
path: images/clover_*.zip
retention-days: 1

View File

@@ -180,11 +180,14 @@ source /opt/ros/${ROS_DISTRO}/setup.bash
source /home/pi/catkin_ws/devel/setup.bash source /home/pi/catkin_ws/devel/setup.bash
EOF EOF
echo "List of all downloaded deb-files"
ls /var/cache/apt/archives
#echo_stamp "Removing local apt mirror" #echo_stamp "Removing local apt mirror"
# Restore original sources.list # Restore original sources.list
#mv /var/sources.list.bak /etc/apt/sources.list #mv /var/sources.list.bak /etc/apt/sources.list
# Clean apt cache # Clean apt cache
apt-get clean -qq > /dev/null #apt-get clean -qq > /dev/null
# Remove local mirror repository key # Remove local mirror repository key
#apt-key del COEX-MIRROR #apt-key del COEX-MIRROR