Skip to content

Commit

Permalink
Merge pull request #2 from tulibraries/clean-deploy-setup
Browse files Browse the repository at this point in the history
solrcloud clean deploy reset
  • Loading branch information
cmharlow authored Dec 1, 2019
2 parents df5bf30 + a204bbe commit da2b140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ echo "***"
echo "* Pushing zip file asset to GitHub release."
echo "***"
RELEASE_ID=$(curl "https://api.github.com/repos/tulibraries/funcake-oai-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-oai-solr/releases/$RELEASE_ID/assets?name=funcake-$CIRCLE_TAG.zip")
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-oai-solr/releases/$RELEASE_ID/assets?name=funcake-oai-$CIRCLE_TAG.zip")
validate_create

0 comments on commit da2b140

Please sign in to comment.