mirror of
https://github.com/mblanke/dev-backbone-template.git
synced 2026-03-01 05:50:22 -05:00
16 lines
351 B
YAML
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
|