Skip to content

Commit

Permalink
Update travis secret and target repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimmo Lehto committed Jan 2, 2019
1 parent 27eea54 commit 70c20be
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
42 changes: 21 additions & 21 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,28 @@ os:
sudo: enabled
before_install: "./.travis/install_deps.sh"
stages:
- name: test
if: type = pull_request
- name: deploy
if: tag IS present
- name: test
if: type = pull_request
- name: deploy
if: tag IS present
jobs:
include:
- stage: test
if: type = pull_request
script: rake test
os: osx
- stage: test
if: type = pull_request
script: rake test
os: linux
dist: xenial
- stage: deploy
os: osx
script: "./.travis/deploy.sh"
- stage: deploy
os: linux
dist: xenial
script: "./.travis/deploy.sh"
- stage: test
if: type = pull_request
script: rake test
os: osx
- stage: test
if: type = pull_request
script: rake test
os: linux
dist: xenial
- stage: deploy
os: osx
script: "./.travis/deploy.sh"
- stage: deploy
os: linux
dist: xenial
script: "./.travis/deploy.sh"
env:
global:
secure: CW3XBX9cDpk8hAGlh7CFZEjaQh/cgPLw5mbXjCwxaYwxZQ7B5reojMJ8+UyCrkeB8U5yEUTiiV1Y6gCH6Zovw/hgrqHYuklsb7zwGDutxW+gK4s9XMROjMFruVxoHFvWgKUNNAwPC+HOc4Sxjx9ZT6mGKqPkh51dvzSuGto/Df+3HxH7xKubPGpm7GcEShAdrSiH3aEQmNrOJTGf8ImATzm/LXOaGwwKutDvGJKECfw7AKYazdu80O1pDxro82sE1LE50Wpc49M4H2GF1BD89jDXesacFA+RLjYUpAQA/aF22L3SItAaG8nUDnyZ7EGeg01iRrosJa4qW8yIpfqP7H2wBL+lMc4oC9EOTnA63XEMp6D1ZcH/MGQxIbWIqLIBptgTYGB14GgqdMkR+Y2sJaKbZjMRH3g5RisPCcW9DpxvT8gtXuTN41pS8PJxiC3LcwAxKtFZyqwAFCC7G9ZTvbQjkyFtMovjQSW06JENJd1PfxsPKWYNjCo9W3PrFTKtg93cxo9loWWKfP5CC90NZKb5pdzHwFBed4gHOGgJDJXZ05lYnRy3ABM4qHFktW65Nf6NAxAPzb3atHsgkU1G2n+FEAB6k71O6ce9H3mhS3dXCQ2CNGkL2xmdV1k/TM9nw6B7i+pXbQ58ZKI7mI4xT6A5pkEf/tTwnFJLbHlTLLI=
secure: "t6JiPrcdCDdR5+R7BmWcPYQBa4WVXCOybvjN8iR6NSF6Uwk0PZrRZj8QSNnIB0mjd5OWiKRWWpC7DgQsLSwCj5wki8hDWwePt5/Z1ivsfAjU0E6j8qMJeS4GPS6aHlOLncOPceLtxVfyT1lUuEvq+6NpQkR0vAaFf7yaKTn6SuDYDAAtaDslZB3kwPTAGkLLlG6OcboDN3bSo/iMV0zz02N76yO9ErAfd1w5O4NbfiFOjOOxBMgrf39xeIaRq6yTsPIMtV4LsDJqryys9VjNDmneobZm8FchnZL0ZOw1Xmv+kyd5s1RD6E+kj0rm78nPdEppPfXt9Q4Hn5DKOHVVD+8X9kLkWk3DCBxNeHKN83uRoIwFfFpb1nddxcSAtyOEzvpwDcdldE/gmWq+uriJ6LjQCwYjmyXxvFYSGktooBKwkAwhVzwRP2F+k7Pcz0FeLAFN9CGyOvzcEBjrhCZ8PcsXNT2zzFPOClGAjseaXZhhJV/ph1KWDZfEI5UiEcjYlQcQ8YzmLfc8rMbELt93rXxINjTqMamHFO1s8Vyh1A1zcvZOQVdCfGnnOUXuoQPXqNHrJpm5dW+2dSq8/bHWvi49K8fZIrfEWZGvYsWw9TsuAHFZKaUOlZKgqOeGRiXddOPCTXAuT+x+jyjBKJBzbo6LdjjtDSj6rP5lxzXdoUA="
2 changes: 1 addition & 1 deletion .travis/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gzip rubyc

chmod +x /tmp/github-release
GITHUB_TOKEN="${GH_TOKEN}" /tmp/github-release upload \
--user kke \
--user kontena \
--repo ruby-packer \
--tag $TRAVIS_TAG \
--name "rubyc-${TRAVIS_TAG}-${TRAVIS_OS_NAME}-amd64.gz" \
Expand Down

0 comments on commit 70c20be

Please sign in to comment.