diff options
author | gabriel giovanini <1408882-gabrielgio@users.noreply.gitlab.com> | 2020-08-22 14:25:08 +0000 |
---|---|---|
committer | gabriel giovanini <1408882-gabrielgio@users.noreply.gitlab.com> | 2020-08-22 14:25:08 +0000 |
commit | a99e7be0a6c7c725dc5156952e581bf3a903485c (patch) | |
tree | 8a6e69887c3eeac57442be0f8104e8d093b40808 /.github/action/entrypoint.sh | |
parent | 7eb47472a169664a360c648dbf4f8bda50488953 (diff) | |
download | genpass-a99e7be0a6c7c725dc5156952e581bf3a903485c.tar.gz genpass-a99e7be0a6c7c725dc5156952e581bf3a903485c.tar.bz2 genpass-a99e7be0a6c7c725dc5156952e581bf3a903485c.zip |
fix: Remove github workflow
Diffstat (limited to '.github/action/entrypoint.sh')
-rwxr-xr-x | .github/action/entrypoint.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/action/entrypoint.sh b/.github/action/entrypoint.sh deleted file mode 100755 index 83edd0a..0000000 --- a/.github/action/entrypoint.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -set -e - -sh -c "lein $*" |