Skip to content

Commit

Permalink
Merge pull request #2 from sakebook/fix/permission
Browse files Browse the repository at this point in the history
Fix/permission
  • Loading branch information
sakebook authored Oct 14, 2019
2 parents 850913b + ef537d8 commit 20d3fbb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ WORKDIR /home/cirrus

COPY entrypoint.sh /home/cirrus/entrypoint.sh

RUN chmod +x /home/cirrus/entrypoint.sh

ENTRYPOINT ["sh", "entrypoint.sh"]
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Checkout
uses: actions/checkout@v1
- name: Publish
uses: actions/actions-flutter-pub-publisher@v1
uses: sakebook/actions-flutter-pub-publisher@v1.0.2
with:
credential: ${{ secrets.CREDENTIAL_JSON }}
skip_test: true
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh -l
#!/bin/sh

set -e

Expand Down

0 comments on commit 20d3fbb

Please sign in to comment.