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 ecb7285 commit 2a27943Copy full SHA for 2a27943
scripts/build.sh
@@ -43,7 +43,7 @@ init_job_infos "$ROOT_DIR"
43
44
GIT_TAG=$(get_job_tag)
45
GTIFF2JSON_TAG=$(get_json_value "$ROOT_DIR/package.json" 'peerDependencies["@weacast/gtiff2json"]')
46
-GRIB2JSON_TAG=$(get_json_valie "$ROOT_DIR/package.json" 'peerDependencies["@weacast/grib2json"]')
+GRIB2JSON_TAG=$(get_json_value "$ROOT_DIR/package.json" 'peerDependencies["@weacast/grib2json"]')
47
48
load_env_files "$WORKSPACE_DIR/development/common/kalisio_dockerhub.enc.env"
49
load_value_files "$WORKSPACE_DIR/development/common/KALISIO_DOCKERHUB_PASSWORD.enc.value"
0 commit comments