Skip to content

Commit

Permalink
pipeline fix - partial ❗️ - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Jul 28, 2024
1 parent 57e5853 commit 6a0aab5
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 4 deletions.
5 changes: 3 additions & 2 deletions blue_geo/.abcli/blue_geo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ function blue_geo() {
local task=$(abcli_unpack_keyword $1 help)

if [ $task == "help" ]; then
ukraine_timemap "$@"
blue_geo_catalog "$@"
blue_geo_datacube "$@"
blue_geo_QGIS "$@"
blue_geo_ingest "$@"
ukraine_timemap "$@"
return
fi

Expand Down
2 changes: 1 addition & 1 deletion blue_geo/.abcli/catalog/firms/browse.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env bash

function blue_geo_catalog_firms_browse() {
function blue_geo_catalog_browse_firms() {
local options=$1

if [ $(abcli_option_int "$options" help 0) == 1 ]; then
Expand Down
30 changes: 30 additions & 0 deletions blue_geo/.abcli/tests/help.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
#! /usr/bin/env bash

function test_blue_geo_help() {
local options=$1

local module
for module in \
"blue_geo" \
"blue_geo catalog" \
"blue_geo catalog browse" \
"blue_geo catalog browse firms " \
"blue_geo catalog list" \
"blue_geo catalog query" \
"blue_geo catalog query firms" \
"blue_geo catalog query firms_area" \
"blue_geo catalog query read" \
"blue_geo datacube" \
"blue_geo datacube get" \
"blue_geo datacube ingest" \
"blue_geo QGIS" \
"blue_geo QGIS_expressions" \
"blue_geo QGIS_server" \
"ukraine_timemap"; do
abcli_eval ,$options \
$module help
[[ $? -ne 0 ]] && return 1
done

return 0
}
2 changes: 1 addition & 1 deletion blue_geo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

DESCRIPTION = f"{ICON} AI for precise geospatial data analysis and visualization."

VERSION = "4.163.1"
VERSION = "4.164.1"

REPO_NAME = "blue-geo"

Expand Down

0 comments on commit 6a0aab5

Please sign in to comment.