We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a5e930 commit 9893abeCopy full SHA for 9893abe
.github/workflows/devel.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: set to tarball
51
if: matrix.type == 'tarball'
52
- run: cp binary_rootfs /usr/lib/live/build/binary_rootfs
+ run: cp binary_rootfs /usr/lib/live/build/binary_rootfs || echo "no need to change offsets."
53
54
- name: Make scripts executable
55
run: chmod -R +x build.sh etc/auto/config etc/terraform.conf etc/
0 commit comments