Skip to content

Commit

Permalink
Fix colon-space issue with YAML in .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayP13 committed Feb 25, 2018
1 parent ea7f116 commit a8a13f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Deploy to PyPI:
- cd $CI_PROJECT_DIR
- rm -rf ../tagger
- sleep 60 # Wait for GitLab to mirror to GitHub
- curl -u plasticity-admin:$GITHUB_TOKEN -d "{\"tag_name\": \"$(python setup.py -V)\", \"name\": \"Release $(python setup.py -V)\"}" -H "Content-Type: application/json" -X POST https://api.github.com/repos/plasticityai/$CI_PROJECT_NAME/releases
- curl -u plasticity-admin:$GITHUB_TOKEN -d "{\"tag_name\":\"$(python setup.py -V)\", \"name\":\"Release $(python setup.py -V)\"}" -H "Content-Type:"" application/json" -X POST https://api.github.com/repos/plasticityai/$CI_PROJECT_NAME/releases
- envsubst < deployment/.pypirc > ~/.pypirc
- chmod 600 ~/.pypirc
- python setup.py sdist upload -r pypitest
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,11 +343,11 @@ You can contact us at [opensource@plasticity.ai](mailto:opensource@plasticity.ai
## Other Notable Projects
* [spotify/annoy](https://github.com/spotify/annoy) - Powers the approximate nearest neighbors algorithm behind `most_similar_approx` in Magnitude using random-projection trees and hierarchical 2-means. Thanks to author [Erik Bernhardsson](https://github.com/erikbern) for helping out with some of the integration details between Magnitude and Annoy.

## Citing
## Citing this Repository

If you'd like to cite this repository you can use the following DOI: &nbsp;&nbsp;&nbsp;&nbsp;[![DOI](https://zenodo.org/badge/122715432.svg)](https://zenodo.org/badge/latestdoi/122715432)
If you'd like to cite this repository you can use the following DOI badge: &nbsp;[![DOI](https://zenodo.org/badge/122715432.svg)](https://zenodo.org/badge/latestdoi/122715432)

You can create a BibTeX citation from the DOI using a service like [doi2bib](https://www.doi2bib.org/).
Clicking on the badge will lead to a page that will help you generate proper BibTeX citations, JSON-LD citations, and other citations.

## LICENSE and Attribution

Expand Down

0 comments on commit a8a13f4

Please sign in to comment.