Skip to content

Commit 107a91e

Browse files
Sakib Rahmanclaude
andcommitted
Add DDIS config to main GitLab CI configuration
Reference DDIS/config.yml in the include section and add DDIS:collect to the collect job dependencies. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 510642e commit 107a91e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ stages:
101101

102102
include:
103103
- local: 'BACKGROUNDS/config.yml'
104+
- local: 'DDIS/config.yml'
104105
- local: 'DIS/config.yml'
105106
- local: 'EXCLUSIVE/config.yml'
106107
- local: 'SIDIS/config.yml'
@@ -111,6 +112,7 @@ collect:
111112
extends: .collect
112113
needs:
113114
- "BACKGROUNDS:collect"
115+
- "DDIS:collect"
114116
- "DIS:collect"
115117
- "EXCLUSIVE:collect"
116118
- "SIDIS:collect"

0 commit comments

Comments
 (0)