File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -69,12 +69,13 @@ kops-prow-amd: postsubmit-build
6969kops-prow : kops-prow-amd kops-prow-arm
7070 @echo ' Done kops-prow'
7171
72- .PHONT : generate-ssh-key
73- generate-ssh-key :
72+ .PHONT : kops-prereqs
73+ kops-prereqs :
7474 ssh-keygen -b 2048 -t rsa -f ~ /.ssh/id_rsa -q -N " "
75+ development/kops/install_requirements.sh
7576
7677.PHONY : postsubmit-conformance
77- postsubmit-conformance : postsubmit-build generate-ssh-key kops-prow
78+ postsubmit-conformance : postsubmit-build kops-prereqs kops-prow
7879 @echo ' Done postsubmit-conformance'
7980
8081.PHONY : tag
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ set -eo pipefail
1717
1818BASEDIR=$( dirname " $0 " )
1919source ${BASEDIR} /set_environment.sh
20- $PREFLIGHT_CHECK_PASSED || exit 1
20+ # Ignoring preflight check failures since we only need the env vars set
2121
2222if [ " $( uname) " == " Darwin" ]
2323then
You can’t perform that action at this time.
0 commit comments