Skip to content

Commit

Permalink
migrate jenkins ci to GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pmallampati-sift committed Jun 26, 2024
1 parent 3ef3c4b commit 951c323
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
distribution: 'zulu'

- run: |
./gradlew properties -q
PROP_VALUE=`./gradlew properties -q | grep "version:" | cut -d'=' -f2`
echo $PROP_VALUE
Expand All @@ -64,4 +63,4 @@ jobs:

- name: Build with Gradle Wrapper
run: |
unzip -j ../build/distributions/sift-java-${version}.zip -d app/libs/
unzip -j ../build/distributions/sift-java-$PROP_VALUE.zip -d app/libs/

0 comments on commit 951c323

Please sign in to comment.