Skip to content

Commit ee734e1

Browse files
committed
Revert "Make envs a local variable"
This reverts commit 95707cf.
1 parent d8b86f6 commit ee734e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/scripts/lib/gradle.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#!/usr/bin/env bash
22

33
invoke_gradle() {
4-
local run_num envs
5-
envs=()
4+
local run_num
65
run_num=$1
76
shift
87

0 commit comments

Comments
 (0)