File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ jobs:
147147
148148 echo "charts=${charts_json}" >> $GITHUB_OUTPUT
149149 echo -e "## Charts to process: \n\n\`\`\`json\n$(echo $charts_json | jq)\n\`\`\`" >> $GITHUB_STEP_SUMMARY
150+
150151 lint-and-test :
151152 needs : setup
152153 runs-on : ubuntu-latest
@@ -252,7 +253,7 @@ jobs:
252253 run : |
253254 # Get all services for this chart
254255 services=$(oc get services -n "$NAMESPACE" \
255- -l app.kubernetes.io/instance =${{ matrix.chart.name }} \
256+ -l app=${{ matrix.chart.name }} \
256257 -o jsonpath='{.items[*].metadata.name}')
257258
258259 if [[ -z $services ]]; then
Original file line number Diff line number Diff line change 3838 runs-on : ubuntu-24.04
3939
4040 if : github.repository == 'bcgov/met-public'
41- environment :
42- name : " dev"
41+ environment : ${{ github.event.inputs.environment || 'dev' }}
4342
4443 steps :
4544 - uses : actions/checkout@v5
Original file line number Diff line number Diff line change 3939 runs-on : ubuntu-24.04
4040
4141 if : github.repository == 'bcgov/met-public'
42- environment :
43- name : " dev"
42+ environment : ${{github.event.inputs.environment || 'dev' }}
4443
4544 steps :
4645 - uses : actions/checkout@v5
Original file line number Diff line number Diff line change 4040 runs-on : ubuntu-24.04
4141
4242 if : github.repository == 'bcgov/met-public'
43- environment :
44- name : " dev"
43+ environment : ${{github.event.inputs.environment || 'dev' }}
4544
4645 steps :
4746 - uses : actions/checkout@v5
Original file line number Diff line number Diff line change 4040 runs-on : ubuntu-24.04
4141
4242 if : github.repository == 'bcgov/met-public'
43- environment :
44- name : " dev"
43+ environment : ${{github.event.inputs.environment || 'dev' }}
4544
4645 steps :
4746 - uses : actions/checkout@v5
Original file line number Diff line number Diff line change 3838 runs-on : ubuntu-24.04
3939
4040 if : github.repository == 'bcgov/met-public'
41- environment :
42- name : " dev"
41+ environment : ${{github.event.inputs.environment || 'dev' }}
4342
4443 steps :
4544 - uses : actions/checkout@v5
You can’t perform that action at this time.
0 commit comments