added flow

This commit is contained in:
2025-03-26 12:26:25 -04:00
parent c3be12cfb1
commit 7f2d3855e0
3 changed files with 6 additions and 7 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "flows"]
path = flows
url = git@gitea-ssh.thoughtpatterns.ai:cellular/flows.git

View File

@ -12,15 +12,10 @@ RESET='\033[0m'
# Configuration
BUILD_DIRECTORY="build"
# Source the release script
GITEA_ORGANIZATION="agreego"
GITEA_REPOSITORY="site"
RELEASE_SCRIPT="../../thoughtpatterns/workspace/release.sh"
if [ ! -f "$RELEASE_SCRIPT" ]; then
echo -e "❌ ${RED}Release script not found at $RELEASE_SCRIPT${RESET}" >&2
exit 1
fi
source "$RELEASE_SCRIPT"
# Source the release script
source "flows/release"
env() {
# Check if GITEA_TOKEN is set

1
flows Submodule

Submodule flows added at 5abd1b1390