Skip to content

Commit

Permalink
change release
Browse files Browse the repository at this point in the history
  • Loading branch information
startxfr committed Feb 6, 2018
1 parent 660bfd7 commit fa6d170
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ env:
- secure: "GJeuDtHqYz70+p0t5MmAA/k50ncT3ao+IxChjfceyAZ3EV5Ij00eanz3Z5cLnWzeoqwOOzDK+lYaRYhySxVtYaRyw0qIqypiPnuTjRykEJ4+bOUZrwYEa9c9TvQgWMvlVDRBiVATRYQ692+WTbIqEifMSQ/tkELws6H9gCE93PEyaAUv8X8ugawdTack+zKxAJgse9WCQ28SM16NqFAL3Rnd/6lHVRefgvcH7XrWnX4xD60HTULWon8MV8pjyp3cSTfQ27SgIiYMaIg8QadsJXJgZpl5h7EWV5p2Qat6sua8ZWCAcpTtwxwvQwAcwkXWxCE9V0HXk05bbNxg4UQlWxMiqo/KZYD9SQDOde7pFLmbFdHNexKnMAhSro87T1ZUw7cUmYlpR8O4LUQtreDc6K1RYApwkZQUtd8Vz197SWXXI+JHzPWgZ+QwkxcBVHofqxQ5hGPulBEsQYcWGNf9Jss9+Af50p8CAPYWH4EHjw6rLivJt0r2xRLdD5tDqOmSrGc8Y/+HSdTMIvQ+8e/7V7hZ6PmA2+0bRM1I3V4OdKTXP/fjxLj/2yyJ0gTvmT1pii9lD7q1hEuFgyuWzBtZRFBPAZt9HidkmkBhhnEBuTrsTKNcebZtXPgFDyV5PLNw1L1bBHvIRvWc2Jn9IrzODOdiz2VT5qzn7FAyulExEak=" # DOCKER_PASS
- COMMIT=${TRAVIS_COMMIT::8}
- REPO=startx/sxapi
- RELEASE=0.1.6
- RELEASE=0.1.7

sudo: required

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:8-alpine
MAINTAINER STARTX "dev@startx.fr"

ENV SXAPI_VERSION=0.1.6 \
ENV SXAPI_VERSION=0.1.7 \
NODE_ENV=development \
APP_PATH=/usr/src/app \
CONF_PATH=/conf \
Expand Down
2 changes: 1 addition & 1 deletion travis-sxapi.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sxapi-default-travis",
"description": "sxapi default travis config file",
"version": "0.1.6",
"version": "0.1.7",
"debug": true,
"log": {
"filters": {
Expand Down

0 comments on commit fa6d170

Please sign in to comment.