mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-29 09:28:53 +00:00
Put back sha256 computation
This commit is contained in:
13
build/publish.sh
Normal file → Executable file
13
build/publish.sh
Normal file → Executable file
@@ -15,8 +15,19 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
#
|
||||
# TODO: if multiple runs are available on the same tag, the artifactsUrl variable will contain several urls:
|
||||
# TODO: artifactsUrl='/repos/apache/maven-mvnd/actions/runs/2245126309/artifacts /repos/apache/maven-mvnd/actions/runs/2245048166/artifacts /repos/apache/maven-mvnd/actions/runs/2235462006/artifacts'
|
||||
# TODO: the script should detect and print a meaningful error instead of a cryptic failure:
|
||||
# TODO: accepts 1 arg(s), received 3
|
||||
# TODO: Downloading artifacts from
|
||||
# TODO: accepts 1 arg(s), received 0
|
||||
#
|
||||
|
||||
# Enable for debug execution
|
||||
# set -x
|
||||
|
||||
set -e
|
||||
set -x
|
||||
export VERSION=$1
|
||||
|
||||
if [ "${VERSION}x" = "x" ]
|
||||
|
Reference in New Issue
Block a user