Files
dev-backbone-template/.gitlab-ci.yml
2026-02-02 14:12:33 -05:00

16 lines
351 B
YAML

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