Skip to content

Commit

Permalink
VERSION change for empty case
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-utkin authored Sep 28, 2022
1 parent c061e27 commit 8349df7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker/building_dependencies/runtime_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,8 @@ export LD_LIBRARY_PATH=$UTBOT_INSTALL_DIR/lib
export LDFLAGS='-fuse-ld=gold'
export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$UTBOT_ALL/bear/bin:$UTBOT_ALL/klee/bin:$UTBOT_INSTALL_DIR/bin:$PATH

export VERSION=$(date '+%Y.%-m').0

if [ -z "${VERSION}" ]
then
export VERSION=$(date '+%Y.%-m').0
fi

0 comments on commit 8349df7

Please sign in to comment.