fix: finalize semantic repair and test updates
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
# [DEF:scripts.build_offline_docker_bundle:Module]
|
||||
# [DEF:BuildOfflineDockerBundle:Module]
|
||||
# @PURPOSE: Build and export an offline Docker bundle for enterprise-clean releases.
|
||||
# [/DEF:scripts.build_offline_docker_bundle:Module]
|
||||
# @COMPLEXITY: 2
|
||||
# [/DEF:BuildOfflineDockerBundle:Module]
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
PROJECT_ROOT="$(cd "${SCRIPT_DIR}/.." && pwd)"
|
||||
|
||||
Reference in New Issue
Block a user