Skip to content

Commit

Permalink
Removed date
Browse files Browse the repository at this point in the history
Signed-off-by: Leanid Astrakou <[email protected]>
  • Loading branch information
DivergentEuropeans committed Sep 16, 2020
1 parent ddc1ad2 commit 997ceb9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bin/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ __UNTAGGED_READ_MODE=V6 $NODE_BIN initInstance.js

APP_WORKSPACE_DIR=${INSTANCE_DIR}/workspace/app-server

date_stamp=$(date +%Y%m%d)
version_num=`grep "version" ${INSTANCE_DIR}/workspace/manifest.json | head -1 | sed -e 's/"//g' | sed -e 's/.*: *//g' | sed -e 's/,.*//g'`
version="${version_num}+${date_stamp}"
version=`grep "version" ${INSTANCE_DIR}/workspace/manifest.json | head -1 | sed -e 's/"//g' | sed -e 's/.*: *//g' | sed -e 's/,.*//g'`

# Add static definition for zss. TODO: Needs documentation
cat <<EOF >${STATIC_DEF_CONFIG_DIR}/zss.ebcidic.yml
Expand Down

0 comments on commit 997ceb9

Please sign in to comment.