We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a34f34 commit 289d87eCopy full SHA for 289d87e
.circleci/config.yml
@@ -91,7 +91,7 @@ jobs:
91
name: Clone sift-java-integration-app and extract sift-java
92
command: |
93
export GIT_SSH_COMMAND='ssh -i ~/.ssh/id_rsa_4cc71df295873cf6614e465ac82ad7c9'
94
- version=$(./gradlew properties -q | grep "version:" | awk '{print $2}')
+ version=$(./gradlew properties -q | grep -E "^version:" | awk '{print $2}')
95
git clone git@github.com:SiftScience/sift-java-integration-app.git
96
cd sift-java-integration-app
97
unzip -j ../build/distributions/sift-java-${version}.zip -d app/libs/
@@ -108,8 +108,4 @@ workflows:
108
- build:
109
context: *context
110
- java_integration:
111
- filters:
112
- branches:
113
- only:
114
- - master
115
0 commit comments