Adding a first version of a CI script

This commit is contained in:
Alexis Leboeuf
2026-02-16 12:23:19 +01:00
parent f34f5719fd
commit 8c49e7b6ee
2 changed files with 10 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ stages:
variables:
APP_REPO: "https://github.com/barais/doodlestudent.git"
SUBMODULE_PATH: "app"
SUBMODULE_PATH: "doodlestudent"
check_app_update:
stage: check