This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 5a6e31e6cb8 (chores) ci: switch to Apache CDN for Maven Daemon for
0.8.0
5a6e31e6cb8 is described below
commit 5a6e31e6cb867215713054df00736fad63fc7f85
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Tue Jul 26 09:56:05 2022 +0200
(chores) ci: switch to Apache CDN for Maven Daemon for 0.8.0
---
.github/actions/install-mvnd/action.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/actions/install-mvnd/action.yml
b/.github/actions/install-mvnd/action.yml
index 00ebe18c28b..c0231967948 100644
--- a/.github/actions/install-mvnd/action.yml
+++ b/.github/actions/install-mvnd/action.yml
@@ -29,9 +29,9 @@ outputs:
runs:
using: "composite"
steps:
- - run: curl -fsSL -o mvnd.zip
https://github.com/apache/maven-mvnd/releases/download/${{ inputs.version
}}/maven-mvnd-${{ inputs.version }}-linux-amd64.zip
+ - run: curl -fsSL -o mvnd.zip https://dlcdn.apache.org/maven/mvnd/${{
inputs.version }}/maven-mvnd-${{ inputs.version }}-darwin-amd64.zip
shell: bash
- - run: curl -fsSL -o mvnd.zip.sha256
https://github.com/apache/maven-mvnd/releases/download/${{ inputs.version
}}/maven-mvnd-${{ inputs.version }}-linux-amd64.zip.sha256
+ - run: curl -fsSL -o mvnd.zip.sha256
https://dlcdn.apache.org/maven/mvnd/${{ inputs.version }}/maven-mvnd-${{
inputs.version }}-linux-amd64.zip.sha256
shell: bash
- id: integrity-check
run: echo "$(cat mvnd.zip.sha256) mvnd.zip" | sha256sum --check