Skip to content
Snippets Groups Projects
Commit 8a69c4e3 authored by Alessandro Vullo's avatar Alessandro Vullo
Browse files

[ENSCORESW-2343]. More correct message.

parent 40b5ba8a
No related branches found
No related tags found
2 merge requests!214Trigger builds on a selection of downstream repos (incl. rest) using TravisCI API,!214Trigger builds on a selection of downstream repos (incl. rest) using TravisCI API
...@@ -81,7 +81,7 @@ for dep_repo in "${dep_repos[@]}"; do ...@@ -81,7 +81,7 @@ for dep_repo in "${dep_repos[@]}"; do
echo "Checking API triggered builds in the last hour" echo "Checking API triggered builds in the last hour"
if travis_api /repo/$dep_repo/builds?build.event_type=api | python3 travisci/api_build_run_last_hour.py | grep -q "True"; then if travis_api /repo/$dep_repo/builds?build.event_type=api | python3 travisci/api_build_run_last_hour.py | grep -q "True"; then
echo "Recent API-triggered build running ... skip." echo "Detected recent API-triggered build (run in the last hour) ... skip."
continue continue
fi fi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment