Skip to content

Commit

Permalink
ci-drone: add a badge to readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trepmag committed Feb 25, 2020
1 parent 97704e4 commit a286af5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,8 @@ Run tests within the development container:
```
$ docker-compose exec api sh
$ cd /apidev
$ npm run
$ npm run test
```

# Build
Version 1.6.66 [![Build Status](https://cloud.drone.io/api/badges/trepmag/map-x-mgl/status.svg?pipeline=api%20test&ref=refs/tags/1.6.66)](https://cloud.drone.io/trepmag/map-x-mgl)
3 changes: 3 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ perl -pi -e $REP_APP_TAG ./docker-compose.yml
echo "Update .drone.yml"
REP_DRONE_TAG='s/'"$OLD_VERSION"'-/'"$NEW_VERSION"'-/g'
perl -pi -e $REP_DRONE_TAG ./.drone.yml
echo "Update readme.md"
REP_README_TAG='s/Version '"$OLD_VERSION"'-/Version '"$NEW_VERSION"'-/g'
perl -pi -e $REP_README_TAG ./readme.md

git --no-pager diff --minimal

Expand Down

0 comments on commit a286af5

Please sign in to comment.