diff --git a/entrypoint.sh b/entrypoint.sh index b9d4bbb..baacc87 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -6,11 +6,5 @@ set -x # Stop executing after error set -e -# Change permissions -chmod -R a+w /github/workspace - -# Use working directory -cd /github/workspace - # Run command $*