Skip to content

Commit

Permalink
edit Create microservices JSON step
Browse files Browse the repository at this point in the history
  • Loading branch information
micheledellipaoli-pagopa committed Jan 3, 2025
1 parent 6596d6e commit dbf374f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tf-apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c

- name: Create microservices JSON
working-directory: terraform/
working-directory: terraform/k8s-monitoring/
run: |
mkdir -p k8s-monitoring/assets
echo '${{ needs.workflow_setup.outputs.microservices }}' | jq -c 'sort' > k8s-monitoring/assets/microservices-list.json
mkdir assets
echo '${{ needs.workflow_setup.outputs.microservices }}' | jq -c 'sort' > assets/microservices-list.json
- name: Create cronjobs JSON
working-directory: terraform/
Expand Down

0 comments on commit dbf374f

Please sign in to comment.