Skip to content
Snippets Groups Projects
Commit 3cd01a7a authored by Gabriel Engel's avatar Gabriel Engel
Browse files

minor typo fixes

parent 9e16f994
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,7 @@ before_install: ...@@ -42,6 +42,7 @@ before_install:
- cp -r . /opt/app - cp -r . /opt/app
script: script:
- if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then echo "Building PR $TRAVIS_PULL_REQUEST"; meteor build ../build; exit $?; fi - if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then echo "Building PR $TRAVIS_PULL_REQUEST"; meteor build ../build; exit $?; fi
- export TAG=$(git describe --abbrev=0 --tags)
- meteor build ../build - meteor build ../build
- cd .travis - cd .travis
- sh ./namefiles.sh - sh ./namefiles.sh
......
cd ../../build cd ../../build
FILENAME=rocket.chat-`git describe --abbrev=0 --tags`."$TRAVIS_BUILD_NUMBER.$TRAVIS_BRANCH".tgz FILENAME=rocket.chat-"$TAG.$TRAVIS_BUILD_NUMBER.$TRAVIS_BRANCH".tgz
mv Rocket.Chat.tar.gz "$FILENAME" smv Rocket.Chat.tar.gz "$FILENAME"
ln -s "$FILENAME" "$TRAVIS_BRANCH.rocket.chat-v.latest.tgz" ln -s "$FILENAME" "$TRAVIS_BRANCH.rocket.chat-v.latest.tgz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment