Skip to content

Commit

Permalink
Dropped appending ID to build status key
Browse files Browse the repository at this point in the history
Removed the `BUILD_ID` when setting the key to set the build status.
  • Loading branch information
dthagard authored and idr0id committed Aug 20, 2018
1 parent 8946623 commit ab78f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/out
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ elif [[ "$bitbucket_type" == "cloud" ]]; then
build_url=$(eval echo $build_url)
json=`echo "${build}" | jq --arg build_url "${build_url}" --arg id "${BUILD_ID}" --arg name "$name" --arg desc "$desc" '{
state: .state,
key: ($name + "-" + $id),
key: $name,
name: $name,
url: $build_url,
description: $desc
Expand Down

0 comments on commit ab78f9a

Please sign in to comment.