Skip to content

Commit

Permalink
Fix check golang (#1467)
Browse files Browse the repository at this point in the history
* update create-golang-release-pr to update local repo

* add branch name as image_update_branch var
  • Loading branch information
rcrozean authored Jul 19, 2024
1 parent a843551 commit f57caf9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eks-distro-base/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -836,8 +836,10 @@ check-golang-release:
${MAKE_ROOT}/scripts/check_upstream_golang

.PHONY: create-golang-release-pr
create-golang-release-pr: IMAGE_UPDATE_BRANCH="golang-image-release"
create-golang-release-pr: open-pr-check
create-golang-release-pr:
$(MAKE_ROOT)/../pr-scripts/create_pr.sh eks-distro-build-tooling 'EKS_DISTRO*_TAG_FILE*' 'golang-image-release'
$(MAKE_ROOT)/../pr-scripts/create_pr.sh eks-distro-build-tooling 'EKS_DISTRO*_TAG_FILE*' $(IMAGE_UPDATE_BRANCH)


########### DO NOT EDIT #############################
Expand Down

0 comments on commit f57caf9

Please sign in to comment.