зеркало из https://github.com/github/vitess-gh.git
make-release-packages.sh: Disable shellcheck 1091 and Add README pointing to local install instructions
Signed-off-by: Gary Edgar <gary@planetscale.com>
This commit is contained in:
Родитель
5bea18afb6
Коммит
598806a0d0
|
@ -7,7 +7,7 @@
|
|||
set -euo pipefail
|
||||
|
||||
# sudo gem install --no-ri --no-rdoc fpm
|
||||
|
||||
# shellcheck disable=SC1091
|
||||
source build.env
|
||||
|
||||
SHORT_REV="$(git rev-parse --short HEAD)"
|
||||
|
@ -43,6 +43,8 @@ done;
|
|||
# But resolving symlinks
|
||||
cp -rpfL {config,vthook,web,examples} "${RELEASE_DIR}/"
|
||||
|
||||
echo "Follow the binary installation instructions at: https://vitess.io/docs/get-started/local/" > "${RELEASE_DIR}"/README.md
|
||||
|
||||
cd "${RELEASE_DIR}/.."
|
||||
tar -czf "${TAR_FILE}" "${RELEASE_ID}"
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче