Skip to content

Commit e133dc7

Browse files
Add libs action to build stage.
1 parent 493e54b commit e133dc7

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

.github/workflows/stage-3-build.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,18 @@ jobs:
6969
with:
7070
version: "${{ inputs.version }}"
7171

72+
artefact-libs:
73+
name: "Build libs"
74+
runs-on: ubuntu-latest
75+
timeout-minutes: 3
76+
steps:
77+
- name: "Checkout code"
78+
uses: actions/checkout@v4
79+
- name: "Build servers"
80+
uses: ./.github/actions/build-libraries
81+
with:
82+
version: "${{ inputs.version }}"
83+
7284
# artefact-1:
7385
# name: "Artefact 1"
7486
# runs-on: ubuntu-latest

.gitleaksignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ b1f85a7faf54eaf66074d7a6daa093aefe6b3ebe:sdk/python/pyproject.toml:ipv4:25
1414
4118582e5009685c1ac31fc664371649602a8a0e:specification/api/notify-supplier-next.yml:generic-api-key:119
1515
28aa8bcf42e1af50ab2541a345be851b53dd0f00:specification/api/notify-supplier-next.yml:generic-api-key:119
1616
28aa8bcf42e1af50ab2541a345be851b53dd0f00:specification/api/notify-supplier.yml:generic-api-key:115
17+
93e54b6baa390529aab08d9fd956837f7bb3f30:src/src.sln:ipv4:3
18+
493e54b6baa390529aab08d9fd956837f7bb3f30:src/src.sln:ipv4:3

infrastructure/terraform/components/api/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ No requirements.
2121
| <a name="input_parent_acct_environment"></a> [parent\_acct\_environment](#input\_parent\_acct\_environment) | Name of the environment responsible for the acct resources used, affects things like DNS zone. Useful for named dev environments | `string` | `"main"` | no |
2222
| <a name="input_project"></a> [project](#input\_project) | The name of the tfscaffold project | `string` | n/a | yes |
2323
| <a name="input_region"></a> [region](#input\_region) | The AWS Region | `string` | n/a | yes |
24+
| <a name="input_shared_infra_account_id"></a> [shared\_infra\_account\_id](#input\_shared\_infra\_account\_id) | The AWS Account ID of the shared infrastructure account | `string` | `"000000000000"` | no |
2425
## Modules
2526

2627
| Name | Source | Version |

0 commit comments

Comments
 (0)