Skip to content

Commit b82d4de

Browse files
committed
Actually build
Signed-off-by: bakhtin <a@bakhtin.net>
1 parent e96740e commit b82d4de

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/release-test.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -74,18 +74,18 @@ jobs:
7474
run: |
7575
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
7676
77-
# - name: Build image
78-
# run: |
79-
# umask 022
80-
# mkosi --force -I buildernet.conf --image-version=${GITHUB_REF_NAME#buildernet-v}-${GITHUB_SHA::8}
77+
- name: Build image
78+
run: |
79+
umask 022
80+
mkosi --force -I buildernet.conf --image-version=${GITHUB_REF_NAME#buildernet-v}-${GITHUB_SHA::8}
8181
8282
83-
- name: Create mock paths to test cache
84-
run: |
85-
mkdir -p mkosi.builddir mkosi.cache mkosi.tools
86-
echo "mock data" | tee mkosi.builddir/mockfile.txt
87-
echo "mock data" | tee mkosi.cache/mockfile.txt
88-
echo "mock data" | tee mkosi.tools/mockfile.txt
83+
# - name: Create mock paths to test cache
84+
# run: |
85+
# mkdir -p mkosi.builddir mkosi.cache mkosi.tools
86+
# echo "mock data" | tee mkosi.builddir/mockfile.txt
87+
# echo "mock data" | tee mkosi.cache/mockfile.txt
88+
# echo "mock data" | tee mkosi.tools/mockfile.txt
8989

9090
- name: Prepare cache
9191
run: |

0 commit comments

Comments
 (0)