Skip to content

Commit 163c115

Browse files
committed
Remove echo
1 parent 74d7348 commit 163c115

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jitpack.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
jdk:
22
- openjdk17
3+
34
before_install:
45
- sdk install java 17.0.9-open
56
- sdk use java 17.0.9-open
67
- export CURRENT_TAG=$(git describe --tags --exact-match 2>/dev/null || echo "no-tag")
7-
- echo "Current Tag: $CURRENT_TAG"
8+
# - echo "Current Tag: $CURRENT_TAG"
89
- curl -L -o jniLibs.zip https://github.com/OpacityLabs/opacity-android/releases/download/$CURRENT_TAG/jniLibs.zip
910
- unzip jniLibs.zip -d OpacityCore/src/main/jniLibs

0 commit comments

Comments
 (0)