Commit 019d1f0
control-service: remove needless variable from gitlab variables (#2334)
# Why
It makes everything simpler.
We are loading the config from a gitlab variable when the same content
can be loaded from a file in the repo.
There is not reason to use a gitlab variable and it makes us less
dependant on gitlab.
After this is merged I will remove the variable in gitlab.
# How was this tested
NA
Signed-off-by: murphp15 <murphp15@tcd.ie>
Co-authored-by: paulm2 <paulm2@vmware.com>1 parent fe4e565 commit 019d1f0
File tree
1 file changed
+1
-1
lines changed- projects/control-service/cicd
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments