Commit 6626b6a
committed
acceptance_test: remove auto-generated pre-start content
It seems like there was at one point some code in
acceptance_test/main_test.go which updated the simple-job/pre-start.ps1
to include a counter which was incremented when redeploys happened.
While some related code exists (file Open) nothing is ever written to
that file. This change removes the seemingly auto-generated content in
pre-start.ps1 and replaces it with something that prints a date.1 parent 31b4132 commit 6626b6a
File tree
2 files changed
+4
-10
lines changed- acceptance_test
- assets/bwats-release/jobs/simple-job/templates
2 files changed
+4
-10
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | 121 | | |
127 | | - | |
| 122 | + | |
128 | 123 | | |
129 | 124 | | |
130 | 125 | | |
| |||
234 | 229 | | |
235 | 230 | | |
236 | 231 | | |
237 | | - | |
238 | | - | |
239 | | - | |
| 232 | + | |
240 | 233 | | |
241 | 234 | | |
242 | 235 | | |
| |||
0 commit comments