mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
glide_up.sh
This commit is contained in:
2
build.sh
2
build.sh
@@ -1,6 +1,6 @@
|
||||
#! /usr/bin/env sh
|
||||
|
||||
echo "installing CGRateS..."
|
||||
echo "Installing CGRateS..."
|
||||
|
||||
go install github.com/cgrates/cgrates/cmd/cgr-engine
|
||||
cr=$?
|
||||
|
||||
13
glide_up.sh
Executable file
13
glide_up.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#! /usr/bin/env sh
|
||||
|
||||
echo "Executing Glide..."
|
||||
|
||||
go get -v github.com/Masterminds/glide
|
||||
gl=$?
|
||||
glide up
|
||||
gu=$?
|
||||
|
||||
exit $gl || $gu
|
||||
|
||||
echo "export GO15VENDOREXPERIMENT=1"
|
||||
export GO15VENDOREXPERIMENT=1
|
||||
Reference in New Issue
Block a user