added flow
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "flows"]
|
||||||
|
path = flows
|
||||||
|
url = git@gitea-ssh.thoughtpatterns.ai:cellular/flows.git
|
||||||
@ -12,15 +12,10 @@ RESET='\033[0m'
|
|||||||
# Configuration
|
# Configuration
|
||||||
BUILD_DIRECTORY="build"
|
BUILD_DIRECTORY="build"
|
||||||
|
|
||||||
# Source the release script
|
|
||||||
GITEA_ORGANIZATION="agreego"
|
GITEA_ORGANIZATION="agreego"
|
||||||
GITEA_REPOSITORY="site"
|
GITEA_REPOSITORY="site"
|
||||||
RELEASE_SCRIPT="../../thoughtpatterns/workspace/release.sh"
|
# Source the release script
|
||||||
if [ ! -f "$RELEASE_SCRIPT" ]; then
|
source "flows/release"
|
||||||
echo -e "❌ ${RED}Release script not found at $RELEASE_SCRIPT${RESET}" >&2
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
source "$RELEASE_SCRIPT"
|
|
||||||
|
|
||||||
env() {
|
env() {
|
||||||
# Check if GITEA_TOKEN is set
|
# Check if GITEA_TOKEN is set
|
||||||
1
flows
Submodule
1
flows
Submodule
Submodule flows added at 5abd1b1390
Reference in New Issue
Block a user