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 Sep 25, 2020
1 parent 6e6ad4b commit 780502a
Show file tree
Hide file tree
Showing 3 changed files with 507 additions and 32 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ 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
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
k8s.io/klog v1.0.0
k8s.io/release v0.4.2-0.20200925090312-5d424b99ed9c // TODO: stick to the master only for testing
sigs.k8s.io/boskos v0.0.0-20200710214748-f5935686c7fc
)
Loading

0 comments on commit 780502a

Please sign in to comment.