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 c86eb3a commit a94e921Copy full SHA for a94e921
docker/building_dependencies/runtime_env.sh
@@ -35,4 +35,7 @@ export LD_LIBRARY_PATH=$UTBOT_INSTALL_DIR/lib
35
export LDFLAGS='-fuse-ld=gold'
36
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
37
38
-export VERSION=$(date '+%Y.%-m').0
+if [ -z "${VERSION}" ]
39
+then
40
+ export VERSION=$(date '+%Y.%-m').0
41
+fi
0 commit comments