Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit 5438d56

Browse files
Remove install of Dep
1 parent c6b3ed0 commit 5438d56

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

container/start.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ function download_bridge() {
1919
mkdir -p $MONOREPO
2020
git clone https://github.com/stellar/go $MONOREPO
2121
cd $MONOREPO
22-
dep ensure -v
2322
go build -v ./services/bridge
2423
go build -v ./services/compliance
2524
cd -
@@ -34,7 +33,6 @@ function download_bridge() {
3433
cd $MONOREPO
3534
git checkout release-bridge-$RC_VERSION
3635
git pull
37-
dep ensure -v
3836
go build -v ./services/bridge
3937
cd -
4038
# Move binaries to home dir
@@ -44,7 +42,6 @@ function download_bridge() {
4442
cd $MONOREPO
4543
git checkout release-compliance-$RC_VERSION
4644
git pull
47-
dep ensure -v
4845
go build -v ./services/compliance
4946
cd -
5047
# Move binaries to home dir

0 commit comments

Comments
 (0)