SDA-304 - change branch

This commit is contained in:
2026-06-30 16:50:23 -03:00
parent 81af70646f
commit f1efafb00f
3 changed files with 3 additions and 3 deletions

3
.gitignore vendored
View File

@@ -41,4 +41,5 @@ Thumbs.db
*.avi
*.flv
*.mov
*.wmv
*.wmv
attendancesystem/

Submodule attendancesystem deleted from f8238b9ac3

2
install.sh Normal file → Executable file
View File

@@ -28,7 +28,7 @@ NC='\033[0m'
# ─── Repositório Git ──────────────────────────────────────────
INSTALL_DIR="attendancesystem"
BRANCH="${BRANCH:-main}"
BRANCH="${BRANCH:-feature/SDA-304}"
ENV_FILE=""
GIT_REPO="https://git.seventh.com.br/seventh.p7/attendance-system.install.git"