mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-29 15:22:15 +00:00
Ensure s101 Runs After Assemble
Issue gh-16482
This commit is contained in:
parent
d6b295ba2c
commit
43a2fbf5ad
@ -79,7 +79,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
STRUCTURE101_LICENSEID: ${{ secrets.STRUCTURE101_LICENSEID }}
|
STRUCTURE101_LICENSEID: ${{ secrets.STRUCTURE101_LICENSEID }}
|
||||||
run: |
|
run: |
|
||||||
./gradlew assemble s101 -Ps101.licenseId="$STRUCTURE101_LICENSEID" --stacktrace
|
./gradlew assemble && ./gradlew s101 -Ps101.licenseId="$STRUCTURE101_LICENSEID" --stacktrace
|
||||||
deploy-artifacts:
|
deploy-artifacts:
|
||||||
name: Deploy Artifacts
|
name: Deploy Artifacts
|
||||||
needs: [ build, test, check-samples, check-tangles ]
|
needs: [ build, test, check-samples, check-tangles ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user