Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #255 from charybr/patch-1
Browse files Browse the repository at this point in the history
Unable to get CORE_CONDUCTOR_VERSION
  • Loading branch information
v1r3n authored Aug 4, 2023
2 parents 5131865 + 6926e07 commit 325c69b
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 325c69b

Please sign in to comment.