mirror of
https://github.com/mblanke/dev-backbone-template.git
synced 2026-03-01 05:50:22 -05:00
dev backbone template
This commit is contained in:
15
.gitlab-ci.yml
Normal file
15
.gitlab-ci.yml
Normal 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
|
||||
Reference in New Issue
Block a user