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 1dcca95 commit f601af4Copy full SHA for f601af4
.github/workflows/testinfra-ami-build.yml
@@ -23,10 +23,6 @@ jobs:
23
with:
24
name: repository
25
path: .
26
- - name: Set script permissions
27
- run: |
28
- chmod +x ebssurrogate/scripts/chroot-bootstrap-nix.sh
29
- chmod +x ebssurrogate/scripts/surrogate-bootstrap-nix.sh
30
31
- uses: DeterminateSystems/nix-installer-action@main
32
@@ -68,6 +64,11 @@ jobs:
68
64
69
65
70
66
67
+ - name: Set script permissions
+ run: |
+ chmod +x ebssurrogate/scripts/chroot-bootstrap-nix.sh
+ chmod +x ebssurrogate/scripts/surrogate-bootstrap-nix.sh
71
+
72
73
74
- id: args
0 commit comments