Skip to content

Commit

Permalink
hotfix: fix can not find actions_*.sh files
Browse files Browse the repository at this point in the history
  • Loading branch information
ttionya committed Jun 3, 2020
1 parent 0e769c7 commit 72f585d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# Docker entrypoint.sh
# Author: ttionya <[email protected]>

. actions_functions.sh
. actions_push.sh
. actions_delete.sh
. /app/actions_functions.sh
. /app/actions_push.sh
. /app/actions_delete.sh

TARGET_REPOSITORY=${INPUT_TARGET_REPOSITORY}

Expand Down

0 comments on commit 72f585d

Please sign in to comment.