From f1efafb00f8d4be43c3f3393c543994ded8d978a Mon Sep 17 00:00:00 2001 From: tainaCarvalho Date: Tue, 30 Jun 2026 16:50:23 -0300 Subject: [PATCH] SDA-304 - change branch --- .gitignore | 3 ++- attendancesystem | 1 - install.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 160000 attendancesystem mode change 100644 => 100755 install.sh diff --git a/.gitignore b/.gitignore index fedf540..0b9b777 100644 --- a/.gitignore +++ b/.gitignore @@ -41,4 +41,5 @@ Thumbs.db *.avi *.flv *.mov -*.wmv \ No newline at end of file +*.wmv +attendancesystem/ diff --git a/attendancesystem b/attendancesystem deleted file mode 160000 index f8238b9..0000000 --- a/attendancesystem +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f8238b9ac3dee919ab7a5e5ada54d5f3d8ec6d14 diff --git a/install.sh b/install.sh old mode 100644 new mode 100755 index e8cada1..db66062 --- a/install.sh +++ b/install.sh @@ -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"