This repository was archived by the owner on Sep 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 7
7
- secure : RQjCgMg2NHtjP7qZDNSXjcX0wKm9A9NVcnszamDNp79ljUK9s8JmBUEF/nmraoV38a5WrrfQvvBJGY3kTm/UFdItblcsmNm2fWixuRhc1QPtOhB765SKYVus4v87cN/CI4teUmDC118gQHVfg/elkqUjbFg5nmhcSK1V+wQi3DIdRDtmmob4VcBKimQHGHYQgXx0Am16BnVcVeLV28U77hp9f4Cle4vEn0n3Waaum2upaoF/WQGzFHap9yRKghARSZ8Rxd2CgGFbFQuXlll7evV21RHmOTmef4ENZ27KuWiBBnxosALnOqc+J/ah00HoNHcswgjuQdWWXhM8pUAr3oP9dciJcaf77jkpB6ICxsj/k0Ykl7crJuKQYO2MmYi4Hx9FX+wfaxIPxmApErxGDqFb8ornY277iW7REaBykml5BqPENS607KWYmpSFNduMC7HK15ntaeOCWV0isLc0TMkcENdepA5s7llViOhO2dfn0flrZtAZ5NdGbIcspF8rg+vnA42VJJ2VEh2VWyGveYkcUcJiYVRh1srycAc8uJYzj65fuUOLzzGkJh/q7gh2HrofBk5fD50tbKFHCf+3+nG8D7Tt6vWzpJ4I1gadyjtMeiIK3tmwUDfAl7sHkmC4pOlqZA1pMiPqgxLrER672QLYmD2AjvdS3hqGExCZVi0=
8
8
- GIT_NAME="Eloy Durán"
9
9
10
+ - GH_USER="alloy"
10
11
11
12
script :
12
13
- yarn lint
Original file line number Diff line number Diff line change 1
1
if [ ! -z " $TRAVIS_BRANCH " ] && [ " $TRAVIS_BRANCH " == " master" ]; then
2
+ git config --local user.name " ${GIT_NAME} "
3
+ git config --local user.email " ${GIT_EMAIL} "
4
+ git remote rm origin
5
+ git remote add origin https://${GH_USER} :${GH_TOKEN} @github.com/relay-tools/relay-compiler-language-typescript.git
6
+
2
7
npx auto shipit $AUTO_OPTS
3
8
else
4
9
echo " Not on master, skipping deploy"
You can’t perform that action at this time.
0 commit comments