We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a35a9f commit 4233bc2Copy full SHA for 4233bc2
.github/workflows/main.yml
@@ -76,7 +76,7 @@ jobs:
76
- name: Install dependencies and build image
77
run: |
78
chmod +x mount.sh
79
- ./mount.sh ${{ matrix.base_image }} ${{ matrix.script}} ./install_common.sh
+ ./mount.sh ${{ matrix.base_image }} ${{ matrix.script}} install_common.sh
80
81
- name: Compress built image
82
mount.sh
@@ -226,7 +226,7 @@ sudo chroot rootfs /bin/bash -c "
226
echo '=== Running ${scriptOne} ==='
227
./tmp/build/${scriptOne}
228
229
- if [ -f "${scriptTwo}" ]; then
+ if [ -f "/tmp/build/${scriptTwo}" ]; then
230
echo '=== Making second script executable ==='
231
chmod +x /tmp/build/${scriptTwo}
232
echo '=== Running ${scriptTwo} ==='
0 commit comments