dev backbone template

This commit is contained in:
2026-02-02 14:12:33 -05:00
commit 1fddc3574f
37 changed files with 1222 additions and 0 deletions

15
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,15 @@
stages: [dod]
dod:
stage: dod
image: ubuntu:24.04
before_script:
- apt-get update -y
- apt-get install -y bash git ca-certificates curl python3 python3-pip nodejs npm jq
script:
- chmod +x ./scripts/dod.sh || true
- ./scripts/dod.sh
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_BRANCH