3838
3939permissions :
4040 id-token : write # This is required for requesting the JWT
41- contents : read # This is required for actions/checkout
41+ contents : read # This is required for actions/checkout
4242jobs :
4343 artefact-jekyll-docs :
4444 name : " Build Docs"
@@ -64,29 +64,29 @@ jobs:
6464 with :
6565 version : " ${{ inputs.version }}"
6666
67- artefact-servers :
68- name : " Build servers"
69- runs-on : ubuntu-latest
70- timeout-minutes : 10
71- steps :
72- - name : " Checkout code "
73- uses : actions/checkout@v5
74- - name : " Build servers "
75- uses : ./.github/actions/build-server
76- with :
77- version : " ${{ inputs.version }} "
78-
79- artefact-libs :
80- name : " Build libs"
81- runs-on : ubuntu-latest
82- timeout-minutes : 10
83- steps :
84- - name : " Checkout code"
85- uses : actions/checkout@v5
86- - name : " Build servers"
87- uses : ./.github/actions/build-libraries
88- with :
89- version : " ${{ inputs.version }}"
67+ # Take out for now - might add again in the future
68+ # artefact- servers:
69+ # name: "Build servers"
70+ # runs-on: ubuntu-latest
71+ # timeout-minutes: 10
72+ # steps:
73+ # - name: "Checkout code"
74+ # uses: actions/checkout@v5
75+ # - name: "Build servers"
76+ # uses: ./.github/actions/build-server
77+ # with:
78+ # version: "${{ inputs.version }}"
79+ # artefact-libs:
80+ # name: "Build libs"
81+ # runs-on: ubuntu-latest
82+ # timeout-minutes: 10
83+ # steps:
84+ # - name: "Checkout code"
85+ # uses: actions/checkout@v5
86+ # - name: "Build servers"
87+ # uses: ./.github/actions/build-libraries
88+ # with:
89+ # version: "${{ inputs.version }}"
9090
9191 artefact-proxies :
9292 name : " Build proxies"
@@ -109,38 +109,3 @@ jobs:
109109 runId : " ${{ github.run_id }}"
110110 buildSandbox : true
111111 releaseVersion : ${{ github.head_ref || github.ref_name }}
112-
113- # artefact-1:
114- # name: "Artefact 1"
115- # runs-on: ubuntu-latest
116- # timeout-minutes: 3
117- # steps:
118- # - name: "Checkout code"
119- # uses: actions/checkout@v5
120- # - name: "Build artefact 1"
121- # run: |
122- # echo "Building artefact 1 ..."
123- # - name: "Check artefact 1"
124- # run: |
125- # echo "Checking artefact 1 ..."
126- # - name: "Upload artefact 1"
127- # run: |
128- # echo "Uploading artefact 1 ..."
129- # # Use either action/cache or action/upload-artifact
130- # artefact-n:
131- # name: "Artefact n"
132- # runs-on: ubuntu-latest
133- # timeout-minutes: 3
134- # steps:
135- # - name: "Checkout code"
136- # uses: actions/checkout@v5
137- # - name: "Build artefact n"
138- # run: |
139- # echo "Building artefact n ..."
140- # - name: "Check artefact n"
141- # run: |
142- # echo "Checking artefact n ..."
143- # - name: "Upload artefact n"
144- # run: |
145- # echo "Uploading artefact n ..."
146- # # Use either action/cache or action/upload-artifact
0 commit comments