Skip to content

Commit f601af4

Browse files
committed
feat: change perm in build section
1 parent 1dcca95 commit f601af4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/testinfra-ami-build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ jobs:
2323
with:
2424
name: repository
2525
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
3026

3127
- uses: DeterminateSystems/nix-installer-action@main
3228

@@ -68,6 +64,11 @@ jobs:
6864
name: repository
6965
path: .
7066

67+
- name: Set script permissions
68+
run: |
69+
chmod +x ebssurrogate/scripts/chroot-bootstrap-nix.sh
70+
chmod +x ebssurrogate/scripts/surrogate-bootstrap-nix.sh
71+
7172
- uses: DeterminateSystems/nix-installer-action@main
7273

7374
- id: args

0 commit comments

Comments
 (0)