feature/SDA-304 #4

Open
taina.carvalho wants to merge 12 commits from feature/SDA-304 into develop
3 changed files with 3 additions and 3 deletions
Showing only changes of commit f1efafb00f - Show all commits

1
.gitignore vendored
View File

@@ -42,3 +42,4 @@ Thumbs.db
*.flv
*.mov
*.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"