Commit 1fb0013
authored
Fix tf-plan step order: checkout platform scripts before broker (#87)
## Summary
The broker invocation step (`invoke-ci-broker.sh`) runs from
`.platform/scripts/` but the platform checkout happened 3 steps later.
This broke app CI when the app repo doesn't have committed TF files (the
test app case after deleting old expanded TF).
Moved GitHub App token generation + platform checkout before the OIDC +
broker steps.
## Test plan
- [ ] Retrigger platform-test-app CI after merge1 parent de57afc commit 1fb0013
1 file changed
Lines changed: 13 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | 61 | | |
75 | 62 | | |
76 | 63 | | |
| |||
87 | 74 | | |
88 | 75 | | |
89 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments