Skip to content

Commit 60614f0

Browse files
authored
Removed docker and rpi automated builds (#749)
1 parent 81cb403 commit 60614f0

File tree

13 files changed

+3
-416
lines changed

13 files changed

+3
-416
lines changed

.github/workflows/devices.yml.disabled

Lines changed: 0 additions & 46 deletions
This file was deleted.

.github/workflows/docker-push.yml.disabled

Lines changed: 0 additions & 37 deletions
This file was deleted.

.github/workflows/docker.yml.disabled

Lines changed: 0 additions & 29 deletions
This file was deleted.

.pi/.dockerignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.pi/Dockerfile

Lines changed: 0 additions & 21 deletions
This file was deleted.

.pi/build.sh

Lines changed: 0 additions & 91 deletions
This file was deleted.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ require (
3939
github.com/rdegges/go-ipify v0.0.0-20150526035502-2d94a6a86c40
4040
github.com/rogpeppe/go-internal v1.7.0 // indirect
4141
github.com/rs/cors v1.7.0
42-
github.com/spf13/cobra v1.1.1
42+
github.com/spf13/cobra v1.1.3
4343
github.com/spf13/pflag v1.0.5
4444
github.com/stretchr/testify v1.7.0
4545
github.com/tendermint/spn v0.0.0-20201215081711-b9ec9286ed83

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,8 @@ github.com/spf13/cobra v0.0.6/go.mod h1:/6GTrnGXV9HjY+aR4k0oJ5tcvakLuG6EuKReYlHN
769769
github.com/spf13/cobra v1.0.0/go.mod h1:/6GTrnGXV9HjY+aR4k0oJ5tcvakLuG6EuKReYlHNrgE=
770770
github.com/spf13/cobra v1.1.1 h1:KfztREH0tPxJJ+geloSLaAkaPkr4ki2Er5quFV1TDo4=
771771
github.com/spf13/cobra v1.1.1/go.mod h1:WnodtKOvamDL/PwE2M4iKs8aMDBZ5Q5klgD3qfVJQMI=
772+
github.com/spf13/cobra v1.1.3 h1:xghbfqPkxzxP3C/f3n5DdpAbdKLj4ZE4BWQI362l53M=
773+
github.com/spf13/cobra v1.1.3/go.mod h1:pGADOWyqRD/YMrPZigI/zbliZ2wVD/23d+is3pSWzOo=
772774
github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo=
773775
github.com/spf13/jwalterweatherman v1.1.0 h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk=
774776
github.com/spf13/jwalterweatherman v1.1.0/go.mod h1:aNWZUN0dPAAO/Ljvb5BEdw96iTZ0EXowPYD95IqWIGo=

starport/templates/app/stargate/.github/workflows/docker.yml.plush

Lines changed: 0 additions & 31 deletions
This file was deleted.

starport/templates/app/stargate/.github/workflows/pi.yml.plush

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)