Commit d5d6412
committed
Fix: push_mw_* tags not working
The push_mw_* tags used to push new configuration to the middleware stopped working.
The problem is that "import_tasks" is not run when one the push_mw_* tags is set, so the docker/vm tasks are not included.
Fixed by explicitly adding the tags to the import_tasks condition when so the tasks are imported.1 parent 78642aa commit d5d6412
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
7 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments