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 df27452 commit da17b7aCopy full SHA for da17b7a
tools/lib/lib.sh
@@ -72,7 +72,7 @@ get_connector_version() {
72
_get_docker_image_version "$dockerfile"
73
}
74
75
-VERSION=$(cat .version | grep "^VERSION=" | cut -d = -f 2); export VERSION
+VERSION=${VERSION:-dev}; export VERSION
76
SCRIPT_DIRECTORY=$(_script_directory); export SCRIPT_DIRECTORY
77
78
DOT_AIRBYTE_ROOT=${DOT_AIRBYTE_ROOT:=~/.airbyte}
0 commit comments