BUILD: remove old rules that don't work anymore

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2021-10-06 02:02:39 -05:00
parent facc785798
commit e7e7080825
1 changed files with 1 additions and 16 deletions

View File

@ -1,19 +1,4 @@
# simple sortcut to push all git changes
push:
git checkout devel
git pull
git add --all
-git commit -a -s
git push
# should update every go dependancy (?) # should update every go dependancy (?)
update: update:
git pull git pull
go get -v -t -u ./... GO111MODULE="off" go get -v -t -u ./...
merge-devel:
git checkout master
git pull origin master
git merge devel
git push origin master
git checkout devel