File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -123,8 +123,8 @@ jobs:
123
123
provider : script
124
124
script : cat $ROCK_NAME-scm-1.rockspec |
125
125
sed -E
126
- -e "s/branch = '.+' /tag = ' $TRAVIS_TAG' /g"
127
- -e "s/version = '.+' /version = ' $TRAVIS_TAG-1' /g" |
126
+ -e "s/branch = \".+\" /tag = \" $TRAVIS_TAG\" /g"
127
+ -e "s/version = \".+\" /version = \" $TRAVIS_TAG-1\" /g" |
128
128
curl --fail -X PUT -F "rockspec=@-;filename=$ROCK_NAME-$TRAVIS_TAG-1.rockspec"
129
129
https://$ROCKS_USERNAME:$ROCKS_PASSWORD@rocks.tarantool.org
130
130
Original file line number Diff line number Diff line change 1
1
package = " luacheck"
2
2
version = " scm-1"
3
3
source = {
4
- url = " git+https://github.com/tarantool/luacheck.git"
4
+ url = " git+https://github.com/tarantool/luacheck.git" ,
5
+ branch = " master" ,
5
6
}
6
7
description = {
7
8
summary = " A static analyzer and a linter for Lua" ,
You can’t perform that action at this time.
0 commit comments