Skip to content

Commit

Permalink
allow the github issue org to updated to optional org (dora-metrics#506)
Browse files Browse the repository at this point in the history
* allow the user of the script to update git commits AND
github issues in their fork of mig-demo-apps
  • Loading branch information
weshayutin committed Jun 13, 2022
1 parent a15d370 commit 43db286
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/run-pelorus-e2e-tests
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,11 @@ if [ "${ENABLE_FAIL_EXP}" == true ]; then
sed -i.bak "s/#@//g" "${DWN_DIR}/ci_values.yaml"
echo "The pelorus failure exporter has been enabled"
fi

# if required update the failure issue github organization
if [ $demo_org != "konveyor" ]; then
sed -i.bak "s/konveyor\/mig-demo-apps/$demo_org\/mig-demo-apps/g" "${DWN_DIR}/ci_values.yaml"
fi
fi

# We do check for the exit status, as we are not really interested in the
Expand Down

0 comments on commit 43db286

Please sign in to comment.