Commit 0c5f3aa
authored
fix: correct YAML syntax in build-docker-compose.yaml (#1843)
* fix: correct YAML syntax in build-docker-compose.yaml
Add missing environment key before CASC_RELOAD_TOKEN variable in
jenkins_controller service. This resolves YAML parsing errors that
were preventing updatecli from processing the file correctly.
* fix: add missing environment key in docker-compose.yaml
Add missing environment key before CASC_RELOAD_TOKEN variable in
jenkins_controller service. Same issue as build-docker-compose.yaml.
* chore: trigger workflow run1 parent fe34d31 commit 0c5f3aa
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
0 commit comments