Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoutanov committed Jun 29, 2019
1 parent cc5e92d commit b46c0ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ if [[ ! $app_ver =~ "-SNAPSHOT" ]]; then
fi

if [ $GITHUB_RELEASE_ENABLED = 1 ]; then
curl -s -H 'User-Agent: CI' $repo_url/releases/tags/$app_ver
get_release_tag=$(curl -s -o /dev/null -w "%{http_code}" -H 'User-Agent: CI' $repo_url/releases/tags/$app_ver)
echo "Release tag $get_release_tag"
if [ $get_release_tag == "404" ]; then
Expand Down

0 comments on commit b46c0ca

Please sign in to comment.