File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "permissions" : {
3
+ "allow" : [
4
+ " Bash(npx nx show:*)" ,
5
+ " Bash(find:*)" ,
6
+ " Bash(npx nx reset:*)" ,
7
+ " Bash(npx nx list:*)" ,
8
+ " Bash(npx nx run:*)" ,
9
+ " Bash(rm:*)" ,
10
+ " Bash(npx nx:*)" ,
11
+ " Bash(sed:*)" ,
12
+ " Bash(./gradlew:*)" ,
13
+ " Bash(chmod:*)" ,
14
+ " Bash(ls:*)" ,
15
+ " Bash(/Users/emily/code/tmp/spring-boot/remove_lock.sh)" ,
16
+ " Bash(rg:*)" ,
17
+ " Bash(grep:*)" ,
18
+ " Bash(jq:*)" ,
19
+ " Bash(node:*)" ,
20
+ " Bash(npm install)"
21
+ ],
22
+ "deny" : []
23
+ }
24
+ }
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ assignment-rules:
7
7
run-on :
8
8
- agent : linux-extra-large-plus-jvm
9
9
parallelism : 1
10
+
11
+ - targets :
12
+ - ' dockerTest'
13
+ run-on :
14
+ - agent : linux-extra-large-plus-jvm
15
+ parallelism : 1
10
16
11
17
- projects :
12
18
- " *"
You can’t perform that action at this time.
0 commit comments