Skip to content

Commit

Permalink
CI: Remove centos ci script
Browse files Browse the repository at this point in the history
Centos CI is not triggered any more for the PR so better to remove
this script.
  • Loading branch information
praveenkumar committed Jun 13, 2022
1 parent e6369b2 commit dc89698
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 168 deletions.
167 changes: 0 additions & 167 deletions centos_ci.sh

This file was deleted.

1 change: 0 additions & 1 deletion update-go-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ go mod edit -go ${golang_base_version}
sed -i "s,^FROM registry.ci.openshift.org/openshift/release:golang-1\... AS builder\$,FROM registry.ci.openshift.org/openshift/release:golang-${golang_base_version} AS builder," images/openshift-ci/Dockerfile
sed -i "s,^FROM registry.access.redhat.com/ubi8/go-toolset:[.0-9]\+ as builder\$,FROM registry.access.redhat.com/ubi8/go-toolset:${latest_version} as builder," images/build-e2e/Dockerfile
sed -i "s,^FROM registry.access.redhat.com/ubi8/go-toolset:[.0-9]\+ as builder\$,FROM registry.access.redhat.com/ubi8/go-toolset:${latest_version} as builder," images/build-integration/Dockerfile
sed -i "s/^GO_VERSION=.*$/GO_VERSION=${latest_version}/" centos_ci.sh
for f in .github/workflows/*.yml; do
yq eval --inplace ".jobs.build.strategy.matrix.go[0] = ${golang_base_version}" "$f";
done

0 comments on commit dc89698

Please sign in to comment.