Skip to content

Commit

Permalink
try different basename format
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Sjostrom committed Sep 6, 2019
1 parent 43763e4 commit 67cc7db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.sh
Expand Up @@ -26,7 +26,8 @@ esac
echo $new

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

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

Expand Down

0 comments on commit 67cc7db

Please sign in to comment.