We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeff65b commit c65a994Copy full SHA for c65a994
prepare-release.sh
@@ -6,8 +6,7 @@ MY_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
6
source common.sh
7
8
WORK_DIR="${MY_DIR}/prep"
9
-ARTIFACT_TARBALL="${DIST_PACKAGE_NAME_BASE}.tar.bz2"
10
-ARTIFACTS_DIR="${WORK_DIR}/artifacts"
+ARTIFACTS_DIR="${WORK_DIR}"
11
12
ARTIFACT_ZIP="${1}"
13
XA_TAG_COMPONENT="${2}"
@@ -38,12 +37,6 @@ function prepare()
38
37
echo Unpacking artifact ZIP
39
unzip "${ARTIFACT_ZIP}"
40
41
- if [ ! -f "${ARTIFACT_TARBALL}" ]; then
42
- die Build artifact tarball $(pwd)/${ARTIFACT_TARBALL} not found
43
- fi
44
-
45
- echo Unpacking binaries tarball
46
- tar xf "${ARTIFACT_TARBALL}"
47
if [ ! -d "${ARTIFACTS_DIR}" ]; then
48
die Artifacts directory ${ARTIFACTS_DIR} does not exist
49
fi
0 commit comments