Skip to content

Commit

Permalink
Merge pull request #18 from tulibraries/clean-deploy
Browse files Browse the repository at this point in the history
fixing typo for solrcloud deploy clean start
  • Loading branch information
cmharlow authored Dec 1, 2019
2 parents fc6dc82 + 41bc114 commit 5edc006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ validate_status
echo "***"
echo "* Pushing zip file asset to GitHub release."
echo "***"
RELEASE_ID=$(curl "https://api.github.com/repos/tulibraries/tul_cob-az-solr/releases/latest" | jq .id)
RESP=$(curl -s -o /dev/null -w "%{http_code}" -X POST -H "Authorization: token $GITHUB_TOKEN" --data-binary @"/home/circleci/solrconfig.zip" -H "Content-Type: application/octet-stream" "https://uploads.github.com/repos/tulibraries/funcake-solr/releases/$RELEASE_ID/assets?name=funcake-$CIRCLE_TAG.zip")
RELEASE_ID=$(curl "https://api.github.com/repos/tulibraries/funcake-solr/releases/latest" | jq .id)
RESP=$(curl -s -o /dev/null -w "%{http_code}" -X POST -H "Authorization: token $GITHUB_TOKEN" --data-binary @/home/circleci/solrconfig.zip -H "Content-Type: application/octet-stream" "https://uploads.github.com/repos/tulibraries/funcake-solr/releases/$RELEASE_ID/assets?name=funcake-$CIRCLE_TAG.zip")
validate_create

0 comments on commit 5edc006

Please sign in to comment.