Skip to content

Commit

Permalink
fix: or-1566 patch script location path
Browse files Browse the repository at this point in the history
  • Loading branch information
koenmetsu committed Jun 5, 2024
1 parent 1d718c3 commit 366ee8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,9 @@ jobs:
- name: Publish to Confluence
if: needs.set-release-version.outputs.version != 'none'
shell: bash
run: ./packages/be.vlaanderen.basisregisters.build.pipeline/7.2.6/Content/ci-confluence.sh
run: |
sed -i 's/packages\/Be\.Vlaanderen\.Basisregisters\.Build\.Pipeline\/Content\/ci-md2conf/packages\/be\.vlaanderen\.basisregisters\.build\.pipeline\/content\/ci-md2conf/gI' ./packages/be.vlaanderen.basisregisters.build.pipeline/7.2.6/Content/ci-confluence.sh
./packages/be.vlaanderen.basisregisters.build.pipeline/7.2.6/Content/ci-confluence.sh
env:
CONFLUENCE_TITLE: ${{ env.REPOSITORY_NAME }}
CONFLUENCE_USERNAME: ${{ secrets.VBR_CONFLUENCE_USER }}
Expand Down

0 comments on commit 366ee8d

Please sign in to comment.