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 bc1a524 commit 30977b7Copy full SHA for 30977b7
.github/workflows/vib-build.yml
@@ -51,7 +51,6 @@ jobs:
51
- uses: vanilla-os/vib-gh-action@v1.1.0
52
with:
53
recipe: 'recipe.yml'
54
- plugins: 'Vanilla-OS/vib-fsguard:v1.6.1'
55
56
- uses: actions/upload-artifact@v4
57
recipe.yml
@@ -45,17 +45,3 @@ stages:
45
- apt autoremove -y
46
- apt clean
47
- lpkg --lock
48
-
49
- - name: fsguard
50
- type: fsguard
- FsGuardLocation: "/usr/sbin/FsGuard"
- CustomFsGuard: false
- GenerateKey: true
- FilelistPaths: ["/usr/bin"]
- modules:
- - name: remove-prev-fsguard
- type: shell
58
- commands:
59
- - rm -rf /FsGuard
60
- - rm -f ./minisign.pub ./minisign.key
61
- - chmod +x /usr/sbin/init
0 commit comments