Skip to content

Commit

Permalink
Cannot use PATH environment variable for obvious reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcole committed Dec 30, 2019
1 parent b011cc2 commit 3e1a581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ default_semvar_bump=${DEFAULT_BUMP:-minor}
with_v=${WITH_V:-false}
release_branches=${RELEASE_BRANCHES:-master}
custom_tag=${CUSTOM_TAG}
path=${PATH:-.}
source=${SOURCE:-.}

cd $path
cd $source

pre_release="true"
IFS=',' read -ra branch <<< "$release_branches"
Expand Down

0 comments on commit 3e1a581

Please sign in to comment.