Skip to content

Commit

Permalink
ci: fixed docker builder (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
irmannmal authored Sep 22, 2022
1 parent 9330c8f commit 5210e85
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## Describe your changes

## Issue ticket number / link
- https://blocksphere2020.atlassian.net/browse/DBIO-ISSUE_NUMBER

## Checklist before requesting a review
- [ ] I have performed a self-review of my code
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
name: Docker
steps:
- name: Checkout Repository
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
uses: actions/checkout@v3
with:
fetch-depth: 0
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/mlc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
},
{
"pattern": "^https://medium.com/@debionetwork.blog"
},
{
"pattern": "^https://blocksphere2020.atlassian.net/browse/DBIO-ISSUE_NUMBER"
}
]
}

0 comments on commit 5210e85

Please sign in to comment.