File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 45
45
YQ_CLI : ./yq
46
46
run : mkdir -p .cache && bash .ci/cache_version_tags.sh
47
47
- name : Check if VERSION and version tags match release tag
48
- run : bash check_version.sh ${{ github.ref_name }} true
48
+ run : bash check_version.sh ${{ github.ref_name }}
49
49
k8s-1-26-integration-test :
50
50
needs : version-check
51
51
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ CACHED_BUNDLE_NAME_TAG=${CACHED_BUNDLE_NAME_TAG:-'.cache/bundle_name_tag.txt'}
24
24
CACHED_MANAGER_IMAGE_TAG=${CACHED_MANAGER_IMAGE_TAG:- ' .cache/manager_image_tag.txt' }
25
25
26
26
ref_name=$1
27
- is_ci=${2:- " false" }
28
27
failed=" false"
29
28
30
29
if [ -z ${ref_name} ]
33
32
exit 1
34
33
fi
35
34
36
- if [ ${is_ci } != " true" ]
35
+ if [ ${CI } != " true" ]
37
36
then
38
37
if [ -z $( command -v yq) ] && [ -z $( command -v ${YQ_CLI} ) ]
39
38
then
You can’t perform that action at this time.
0 commit comments