Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
saadmk11 committed Sep 2, 2020
1 parent 4a279c7 commit 5a84109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ LABEL "maintainer"="saadmk11"
RUN pip install requests

COPY entrypoint.sh /entrypoint.sh
COPY changelog-ci.py /changelog-ci.py

RUN ["chmod", "+x", "/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
git config user.name ${USERNAME}
git config user.email ${EMAIL}

python ./changelog-ci.py
python changelog-ci.py

git add .
git commit -m "Added Changelog"
Expand Down

0 comments on commit 5a84109

Please sign in to comment.