mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Updated release scripts to use GitLab.
This commit is contained in:
@@ -16,9 +16,6 @@ echo "Version: $version"
|
||||
|
||||
make docker-build
|
||||
|
||||
sed "s/release=.*/release=\"$version\"/g" fn/install.sh > fn/install.sh.tmp
|
||||
mv fn/install.sh.tmp fn/install.sh
|
||||
|
||||
git add -u
|
||||
git commit -m "$service: $version release [skip ci]"
|
||||
git tag -f -a "$version" -m "version $version"
|
||||
|
||||
Reference in New Issue
Block a user