- Notifications
You must be signed in to change notification settings - Fork1k
Commitbc241a7
committed
fix: template import job
It appears I accidentally modified the template import job to dovalidation on a value that will be emitted as empty (oops). Removingthat now stops the provisioner from failing on import.The logic for attempting to pull the prompt out of the build parametermakes no sense now as the new world no longer has a coder parameter forthe prompt. This will need to be plumbed through with the rest of theCoder Task changes.1 parent0d1a814 commitbc241a7
File tree
2 files changed
+7
-27
lines changed- coderd/provisionerdserver
- provisioner/terraform
2 files changed
+7
-27
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
597 | 597 |
| |
598 | 598 |
| |
599 | 599 |
| |
| 600 | + | |
| 601 | + | |
600 | 602 |
| |
601 |
| - | |
602 |
| - | |
603 |
| - | |
604 |
| - | |
605 |
| - | |
606 |
| - | |
607 |
| - | |
608 |
| - | |
609 | 603 |
| |
610 | 604 |
| |
611 |
| - | |
| 605 | + | |
612 | 606 |
| |
613 | 607 |
| |
614 | 608 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 | 7 |
| |
9 | 8 |
| |
10 | 9 |
| |
| |||
1023 | 1022 |
| |
1024 | 1023 |
| |
1025 | 1024 |
| |
1026 |
| - | |
1027 |
| - | |
1028 |
| - | |
1029 |
| - | |
1030 |
| - | |
1031 |
| - | |
1032 |
| - | |
1033 |
| - | |
1034 | 1025 |
| |
1035 | 1026 |
| |
1036 |
| - | |
| 1027 | + | |
1037 | 1028 |
| |
| 1029 | + | |
| 1030 | + | |
| 1031 | + | |
1038 | 1032 |
| |
1039 | 1033 |
| |
1040 | 1034 |
| |
| |||
1069 | 1063 |
| |
1070 | 1064 |
| |
1071 | 1065 |
| |
1072 |
| - | |
1073 |
| - | |
1074 |
| - | |
1075 |
| - | |
1076 |
| - | |
1077 |
| - | |
1078 |
| - | |
1079 |
| - | |
1080 | 1066 |
| |
1081 | 1067 |
| |
1082 | 1068 |
| |
|
0 commit comments
Comments
(0)