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 bed332a commit c89a56e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
id: version
run: |
PROP_VALUE=`./gradlew properties -q | grep "version:" | cut -d'=' -f2`
version=$PROP_VALUE >> $GITHUB_OUTPUT
echo "PROP_VALUE=$(echo ./gradlew properties -q | grep "version:" | cut -d'=' -f2" >> $GITHUB_OUTPUT
- name: Clone sift-java-integration-app and extract sift-java
uses: actions/checkout@v4
Expand All @@ -69,6 +69,4 @@ jobs:
- name: Build with Gradle Wrapper
run: |
ls
PROP_VALUE=`./gradlew properties -q | grep "version:" | cut -d'=' -f2`
echo $PROP_VALUE
unzip -j ../build/distributions/sift-java-${{ steps.version.outputs.version }}.zip -d app/libs/

0 comments on commit c89a56e

Please sign in to comment.