Skip to content

Commit

Permalink
fix: empty commit for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed Aug 8, 2022
1 parent e11f769 commit 353ad68
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/svc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,8 @@ jobs:
docker-qmeu: true
docker-buildx: true

- run: echo "### :package: Build" >> $GITHUB_STEP_SUMMARY
- run: |
echo "### :package: Build" >> $GITHUB_STEP_SUMMARY
# pre-build
- name: Create .dockerignore
Expand Down Expand Up @@ -501,7 +502,8 @@ jobs:
docker-qmeu: true
docker-buildx: true

- run: echo "### :package: Build" >> $GITHUB_STEP_SUMMARY
- run: |
echo "### :package: Build" >> $GITHUB_STEP_SUMMARY
# pre-build
- name: Create .dockerignore
Expand Down

0 comments on commit 353ad68

Please sign in to comment.