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

3
.gitignore vendored
View File

@@ -41,4 +41,5 @@ Thumbs.db
*.avi *.avi
*.flv *.flv
*.mov *.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 ────────────────────────────────────────── # ─── Repositório Git ──────────────────────────────────────────
INSTALL_DIR="attendancesystem" INSTALL_DIR="attendancesystem"
BRANCH="${BRANCH:-main}" BRANCH="${BRANCH:-feature/SDA-304}"
ENV_FILE="" ENV_FILE=""
GIT_REPO="https://git.seventh.com.br/seventh.p7/attendance-system.install.git" GIT_REPO="https://git.seventh.com.br/seventh.p7/attendance-system.install.git"