chore: сохранение текущих изменений (deploy local-bundle/local-jar, request-service, slots UI markedObjectIds)
Безопасный коммит незакоммиченной работы перед реализацией бронирования слотов. Вне коммита оставлены: package-lock.json (пустой, мусор), requests.json (scratch-данные).
This commit is contained in:
@@ -25,6 +25,10 @@ ensure_env_file() {
|
||||
}
|
||||
|
||||
ensure_env_file
|
||||
set -a
|
||||
# shellcheck disable=SC1091
|
||||
source "$bundle_dir/.env"
|
||||
set +a
|
||||
|
||||
if [[ ! -d "$images_dir" ]]; then
|
||||
echo "Images directory not found: $images_dir" >&2
|
||||
@@ -49,7 +53,12 @@ if [[ -f "$images_dir/public-images.txt" ]]; then
|
||||
fi
|
||||
|
||||
cd "$bundle_dir"
|
||||
echo "Starting postgres, kafka and spring-cloud-config-server..."
|
||||
compose up -d postgres kafka spring-cloud-config-server
|
||||
if [[ "${USE_EXTERNAL_INFRA:-false}" == "true" ]]; then
|
||||
echo "Using external infrastructure. Starting spring-cloud-config-server only."
|
||||
compose up -d spring-cloud-config-server
|
||||
else
|
||||
echo "Starting postgres, kafka and spring-cloud-config-server..."
|
||||
compose up -d postgres kafka spring-cloud-config-server
|
||||
fi
|
||||
|
||||
echo "Images imported and base services requested."
|
||||
|
||||
Reference in New Issue
Block a user