container-registry / harbor-api-client

Use of legacy backtick SH-2006
Anti-pattern
Major
a year agoa year old
Use $(...) notation instead of legacy backticks ...
32git commit -m "$release_note"
33
34# Sets the new remote
35git_remote=`git remote`36if [ "$git_remote" = "" ]; then # git remote not defined
37
38    if [ "$GIT_TOKEN" = "" ]; then