File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,14 @@ jobs:
31
31
32
32
- uses : jfrog/setup-jfrog-cli@v3
33
33
34
- - name : Verify Spring Integration Samples against staged release
34
+ - name : Prepare Samples project against Staging
35
35
run : |
36
36
echo 'allprojects {
37
37
repositories {
38
38
maven { url "https://repo.spring.io/libs-staging-local" }
39
39
}
40
40
}' > staging-repo-init.gradle
41
- sed -i "1,/springIntegrationVersion.*/s/springIntegrationVersion.*/springIntegrationVersion='${{ inputs.releaseVersion }}'/" build.gradle
42
- gradle check --init-script staging-repo-init.gradle
41
+ sed -i "1,/springIntegrationVersion.*/s/springIntegrationVersion.*/springIntegrationVersion='${{ inputs.releaseVersion }}'/" build.gradle
42
+
43
+ - name : Verify Spring Integration Samples against staged release
44
+ run : jf gradle check --init-script staging-repo-init.gradle
You can’t perform that action at this time.
0 commit comments