Skip to content

Commit 615691a

Browse files
committed
Clean up #2
1 parent b94a0ca commit 615691a

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/verify-staged-artifacts.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ env:
1212
GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
1313
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
1414
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
15-
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
1615
GITHUB_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
1716

1817
jobs:
@@ -30,19 +29,15 @@ jobs:
3029
- name: Set up Gradle
3130
uses: spring-io/spring-gradle-build-action@v2
3231

33-
- uses: jfrog/setup-jfrog-cli@v3
34-
3532
- name: Prepare Samples project against Staging
3633
run: |
37-
jf gradlec --repo-resolve libs-staging-local
38-
3934
printf "allprojects {
4035
repositories {
4136
maven {
4237
url 'https://repo.spring.io/libs-staging-local'
4338
credentials {
44-
username 'spring-builds'
45-
password '$GITHUB_TOKEN'
39+
username = 'spring-builds'
40+
password = '$GITHUB_TOKEN'
4641
}
4742
}
4843
}
@@ -51,4 +46,4 @@ jobs:
5146
sed -i "1,/springIntegrationVersion.*/s/springIntegrationVersion.*/springIntegrationVersion='${{ inputs.releaseVersion }}'/" build.gradle
5247
5348
- name: Verify Spring Integration Samples against staged release
54-
run: jf gradle check --init-script staging-repo-init.gradle
49+
run: gradle check --init-script staging-repo-init.gradle

0 commit comments

Comments
 (0)