Skip to content

Commit

Permalink
update command
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Oct 28, 2019
1 parent 75511f9 commit 42ee6b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-centos-java-buildpack
2 changes: 1 addition & 1 deletion docker-jenkins-base
2 changes: 1 addition & 1 deletion docker-toughday
2 changes: 1 addition & 1 deletion scripts/github/github_get_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ echo ::set-env name=CURRENT_VERSION::${GITHUB_TAG}
echo ::set-output name=CURRENT_VERSION::${GITHUB_TAG}

#get current branch name
export GIT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
export GIT_BRANCH=$(git branch --show-current)
echo ::set-env name=GIT_BRANCH::${GIT_BRANCH}
echo ::set-output name=GIT_BRANCH::${GIT_BRANCH}

0 comments on commit 42ee6b7

Please sign in to comment.