4 Commits
1.0.2 ... 1.0.4

Author SHA1 Message Date
fecf5e589f version: 1.0.4 2025-03-26 13:55:20 -04:00
510a52d492 updated flow 2025-03-26 13:55:12 -04:00
468669f0de version: 1.0.3 2025-03-26 12:54:47 -04:00
7f2d3855e0 added flow 2025-03-26 12:26:25 -04:00
4 changed files with 8 additions and 9 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

@ -10,17 +10,12 @@ CYAN='\033[36m'
RESET='\033[0m'
# Configuration
BUILD_DIRECTORY="build"
BUILD_DIRECTORY="web"
# 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

View File

@ -1 +1 @@
1.0.2
1.0.4