Skip to content

Commit 95707cf

Browse files
committed
Make envs a local variable
1 parent 71fe288 commit 95707cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: components/scripts/lib/gradle.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/usr/bin/env bash
22

33
invoke_gradle() {
4-
local run_num
4+
local run_num envs
5+
envs=()
56
run_num=$1
67
shift
78

0 commit comments

Comments
 (0)