Skip to content

Commit

Permalink
Unable to get CORE_CONDUCTOR_VERSION
Browse files Browse the repository at this point in the history
Fix for Netflix#254
  • Loading branch information
charybr authored Aug 1, 2023
1 parent 5131865 commit ca2cc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
export CORE_CONDUCTOR_VERSION=$(./gradlew conductor-workflow-event-listener:dependencies | grep conductor-core | grep ">" | tail -1 | cut -d ' ' -f4)
export CORE_CONDUCTOR_VERSION=$(/gradlew conductor-workflow-event-listener:dependencies | grep conductor-core | grep ">" | tail -1 | cut -d '>' -f 2 | cut -d ' ' -f 2)
echo "Building against Conductor core version $CORE_CONDUCTOR_VERSION"
./gradlew build --scan -x test
- name: Build and Publish snapshot
Expand Down

0 comments on commit ca2cc8d

Please sign in to comment.