Skip to content

Commit

Permalink
Stage sources via k/release API (krel)
Browse files Browse the repository at this point in the history
We now stage the sources directly via the API provided by k/release
rather than the deprecated push-build.sh script (lives in k/release,
too).

Signed-off-by: Sascha Grunert <[email protected]>
  • Loading branch information
saschagrunert committed Oct 14, 2020
1 parent df742c1 commit a756981
Show file tree
Hide file tree
Showing 5 changed files with 490 additions and 36 deletions.
7 changes: 4 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ module sigs.k8s.io/kubetest2
go 1.14

require (
github.com/google/uuid v1.1.1
github.com/google/uuid v1.1.2
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/octago/sflags v0.2.0
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
gopkg.in/yaml.v2 v2.2.8
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
gopkg.in/yaml.v2 v2.3.0
k8s.io/klog v1.0.0
k8s.io/release v0.4.3-0.20201014034554-3e6255b8b86d
sigs.k8s.io/boskos v0.0.0-20200710214748-f5935686c7fc
)
Loading

0 comments on commit a756981

Please sign in to comment.