Skip to content

Commit

Permalink
fix: update ci process
Browse files Browse the repository at this point in the history
  • Loading branch information
teletha committed Jan 8, 2024
1 parent f04715f commit f0b41af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ install: |
else
version=$(curl -SsL https://git.io/stable-bee)
curl -SsL -o bee-${version}.jar https://jitpack.io/com/github/teletha/bee/${version}/bee-${version}.jar
java -javaagent:bee-${version}.jar -cp bee-${version}.jar bee.Bee install pom
java -javaagent:bee-${version}.jar -cp bee-${version}.jar bee.Bee install maven
fi

0 comments on commit f0b41af

Please sign in to comment.