Skip to content

Commit

Permalink
Test PR test run on 1.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
josephca committed Feb 22, 2024
1 parent a949d03 commit c691665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ibm/pipelines/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ EOF

skip_if_only() {
echo "Checking if tests need to be executed..."
NAMES=$(git diff --merge-base --name-only 1.1.x)
NAMES=$(git diff --merge-base --name-only ${GIT_PR_TARGET_BRANCH})
for change in ${NAMES}; do
skip $change
if [[ $? == 0 ]]; then
Expand Down
2 changes: 1 addition & 1 deletion .ibm/pipelines/openshift-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ check_backstage_running() {
}

main() {
echo "Test Log file 1: ${LOGFILE}"
echo "Log file: ${LOGFILE}"

source ./.ibm/pipelines/functions.sh
skip_if_only
Expand Down

0 comments on commit c691665

Please sign in to comment.