Clean up #2
This commit is contained in:
11
.github/workflows/verify-staged-artifacts.yml
vendored
11
.github/workflows/verify-staged-artifacts.yml
vendored
@@ -12,7 +12,6 @@ env:
|
||||
GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
|
||||
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
|
||||
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
|
||||
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
|
||||
GITHUB_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
|
||||
|
||||
jobs:
|
||||
@@ -30,19 +29,15 @@ jobs:
|
||||
- name: Set up Gradle
|
||||
uses: spring-io/spring-gradle-build-action@v2
|
||||
|
||||
- uses: jfrog/setup-jfrog-cli@v3
|
||||
|
||||
- name: Prepare Samples project against Staging
|
||||
run: |
|
||||
jf gradlec --repo-resolve libs-staging-local
|
||||
|
||||
printf "allprojects {
|
||||
repositories {
|
||||
maven {
|
||||
url 'https://repo.spring.io/libs-staging-local'
|
||||
credentials {
|
||||
username 'spring-builds'
|
||||
password '$GITHUB_TOKEN'
|
||||
username = 'spring-builds'
|
||||
password = '$GITHUB_TOKEN'
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -51,4 +46,4 @@ jobs:
|
||||
sed -i "1,/springIntegrationVersion.*/s/springIntegrationVersion.*/springIntegrationVersion='${{ inputs.releaseVersion }}'/" build.gradle
|
||||
|
||||
- name: Verify Spring Integration Samples against staged release
|
||||
run: jf gradle check --init-script staging-repo-init.gradle
|
||||
run: gradle check --init-script staging-repo-init.gradle
|
||||
|
||||
Reference in New Issue
Block a user