Skip to content

Commit

Permalink
update basename command
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Sjostrom committed Sep 6, 2019
1 parent 29331a1 commit 43763e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ esac
echo $new

dt=$(date '+%Y-%m-%dT%H:%M:%SZ')
repo=$(basename -s .git `git config --get remote.origin.url`)
repo=$(basename `git rev-parse --show-toplevel`)

echo "$dt: **pushing tag $new to repo $REPO_OWNER/$repo"

Expand Down

0 comments on commit 43763e4

Please sign in to comment.