Skip to content

Commit b97ad92

Browse files
authored
Fix link to sample of verification workflow
1 parent dbd138b commit b97ad92

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,12 @@ Can be any Maven goal or other command line arguments.
8484

8585
## Verify Staged Artifacts
8686

87-
Then `staging` job uses the `releaseVersion` output from the previous `releaseVersion` job and dispatch the work to Gradle or Maven jobs according to the project build tool.
88-
The `verify-staged` expects an optional `verifyStagedWorkflow` input (the `verify-staged-artifacts.yml`, by default) workflow supplied from the target project.
89-
For example, [Spring Integration for AWS](https://github.com/spring-projects/spring-integration-aws) use `jfrog rt download` command to verify that released `spring-integration-aws-${{ inputs.releaseVersion }}.jar` is valid.
87+
The `verify-staged` job expects an optional `verifyStagedWorkflow` input (the `verify-staged-artifacts.yml`, by default) workflow supplied from the target project.
88+
For example, [Spring Integration for AWS](https://github.com/spring-projects/spring-integration-aws) uses `jfrog rt download` command to verify that released `spring-integration-aws-${{ inputs.releaseVersion }}.jar` is valid.
9089
Other projects may check out their samples repository and setup release version to perform smoke tests against just staged artifacts.
9190

92-
Verify staged workflow sample:
93-
./samples/verify-staged-artifacts.yml
91+
#### Verify staged workflow sample:
92+
https://github.com/artembilan/spring-messaging-build-tools/blob/dbd138bf504abec593bdadd882cc7a450d8eb0df/samples/verify-staged-artifacts.yml#L1-L28
9493

9594
## Gradle and Artifactory
9695

0 commit comments

Comments
 (0)