We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f0321c commit 593531aCopy full SHA for 593531a
ops/push.go
@@ -65,6 +65,7 @@ func PushFromStorage(repo *git.Repository, fs billy.Filesystem, infraMetaQueue *
65
}
66
67
68
+ var err error
69
logger.Info("Adding infrastructure")
70
for i := range infraMetaQueue.Infra {
71
infra := infraMetaQueue.Infra[i]
0 commit comments