File tree 2 files changed +10
-8
lines changed
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ install:
21
21
script :
22
22
- chmod ugo+x ./url.sh ./build-c-new.sh
23
23
- ./build-c-new.sh
24
- # - ./url.sh
24
+ - ./url.sh
25
25
- popd
26
26
after_script :
27
27
- " [ -f \" ${HOME}/.netrc\" ] && rm -f ${HOME}/.netrc"
Original file line number Diff line number Diff line change 64
64
cp -r " ${Gateway[$i]} " ../latest ;
65
65
# Exit if directory not found
66
66
else
67
- echo " failed to create ${Gateway[$i]} -${TRAVIS_OS_NAME} gateway"
68
- echo " directory ${Gateway[$i]} -${TRAVIS_OS_NAME} " not found
69
- exit 1
67
+ echo " failed to create ${Gateway[$i]} -${TRAVIS_OS_NAME} gateway" ;
68
+ echo " directory ${Gateway[$i]} -${TRAVIS_OS_NAME} " not found ;
69
+ exit 1 ;
70
70
fi
71
71
done
72
72
73
- }
74
- cd ../.. ;
75
-
73
+ }
74
+
75
+
76
76
if [ " ${TRAVIS_OS_NAME} " == " windows" ] ; then
77
77
export GOOS=windows
78
78
export GOARCH=amd64
79
79
fi
80
80
81
81
create_dest_directory ;
82
- # package_gateway ;
82
+ package_gateway ;
83
+
84
+ cd ../.. ;
83
85
84
86
git config user.email
" [email protected] " ;
85
87
git config user.name " LakshmiMekala"
You can’t perform that action at this time.
0 commit comments