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 abf8973 commit f70ecc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:

- name: Build with Gradle Wrapper
run: |
pwd
ls
cd sift-java-integration-app
version=$(./gradlew properties -q | grep -E "^version:" | awk '{print $2}')
unzip -j ../build/distributions/sift-java-${version}.zip -d app/libs/

0 comments on commit f70ecc6

Please sign in to comment.