Skip to content

Commit

Permalink
Update prepare_source_zip.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Zhang <[email protected]>
  • Loading branch information
FlappiTomic committed Sep 22, 2022
1 parent d2599bf commit d23a3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dependency/prepare_source_zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SCRIPT_NAME=$(basename "$0")
SCRIPT_PWD=$(cd "$(dirname "$0")" && pwd)
ROOT_PWD=$(cd "$SCRIPT_PWD" && cd .. && pwd)
cd "$ROOT_PWD"
WORK_BRANCH=master
WORK_BRANCH=v1.x/master
ZOWE_MANIFEST="https://raw.githubusercontent.com/zowe/zowe-install-packaging/${WORK_BRANCH}/manifest.json.template"
WORK_DIR=.release
ZIP_DIR="${WORK_DIR}/source_zip"
Expand Down

0 comments on commit d23a3a9

Please sign in to comment.