Skip to content

Commit

Permalink
Fix Build Metrics Server 1-28
Browse files Browse the repository at this point in the history
  • Loading branch information
tatlat committed Sep 25, 2023
1 parent 1d20d79 commit 0da992c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ phases:

build:
commands:
- if $(make check-project-path-exists) && make check-for-release-branch-skip -C $PROJECT_PATH; then make release -C $PROJECT_PATH; fi
- if $(make check-project-path-exists) && make check-for-release-branch-skip RELEASE_BRANCH=1-28 -C $PROJECT_PATH; then make release -C $PROJECT_PATH; fi

0 comments on commit 0da992c

Please sign in to comment.