Skip to content

Commit

Permalink
test11
Browse files Browse the repository at this point in the history
  • Loading branch information
samirsilwal committed Mar 21, 2021
1 parent 785f932 commit 0cd0f98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ script:
- ./release.sh

before_deploy:
- export NEXT=${TEST}
- export NEXT=$(cat my_var.txt)
- rm my_var.txt

deploy:
- provider: pages:git
Expand Down
1 change: 1 addition & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ if [ "$BRANCH" == "dev" ] || [ "$BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUES
git add CHANGELOG.md
echo "hello world" > hello.txt
export TEST="version 1.0.4"
echo ${TEST} > my_var.txt

hub release create "$new_tag" -m "$new_tag" || true
fi
Expand Down

0 comments on commit 0cd0f98

Please sign in to comment.