Skip to content

Commit b0e06eb

Browse files
committed
ci: reset config.toml in update pipeline
1 parent fab05f4 commit b0e06eb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

update.sh

+7
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ git checkout release
88
git branch --set-upstream-to=origin/release release
99
git pull
1010

11+
cat >config.toml <<EOF
12+
java_8_home = ""
13+
java_16_home = ""
14+
java_17_home = ""
15+
java_21_home = ""
16+
EOF
17+
1118
if [[ ! -d "work/.git" ]]; then
1219
mkdir -p work
1320
cd work

0 commit comments

Comments
 (0)