Skip to content

Commit

Permalink
[github][fix] Turn on example collector for model generation (#1558)
Browse files Browse the repository at this point in the history
  • Loading branch information
lloesche authored Apr 27, 2023
1 parent 9720298 commit 5309e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
if: steps.release.outputs.prerelease == 'false'
shell: bash
run: |
sed -i 's/edge/${{ steps.release.outputs.tag }}/g' docker-compose.yaml
yq -i '(.services.[].image |= sub(":edge", ":${{ steps.release.outputs.tag }}")) | (.services.resotoworker.environment += "RESOTOWORKER_OVERRIDE=resotoworker.collector=example")' docker-compose.yaml
- name: Update resource data models
if: steps.release.outputs.prerelease == 'false'
Expand Down

0 comments on commit 5309e48

Please sign in to comment.