Only deploy snapshots for one arch
Motivation: We need to find a way to deploy SNAPSHOTS for different arch with the same timestamp. Otherwise it will cause problems. See https://github.com/netty/netty/issues/10887 Modification: Skip all other deploys then x86_64 Result: Users are able to use SNAPSHOTS for x86_6
This commit is contained in:
parent
01d44ff592
commit
c10606ef2a
2
.github/workflows/ci-deploy.yml
vendored
2
.github/workflows/ci-deploy.yml
vendored
@ -56,6 +56,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# We depend on the deploy of linux-x86_64 so we can download the dependencies
|
# We depend on the deploy of linux-x86_64 so we can download the dependencies
|
||||||
needs: deploy-linux-x86_64
|
needs: deploy-linux-x86_64
|
||||||
|
# Skip for now until we figured out how to deploy SNAPSHOTS with the the same timestamps
|
||||||
|
if: ${{ false }}
|
||||||
steps:
|
steps:
|
||||||
- uses: s4u/maven-settings-action@v2.2.0
|
- uses: s4u/maven-settings-action@v2.2.0
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user