Skip to content
Snippets Groups Projects
Commit eb016215 authored by Alessandro Di Federico's avatar Alessandro Di Federico
Browse files

CI: prioritize components by URL

parent 332545cb
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ if test -n "$TARGET_COMPONENTS_URL"; then
if test -z "$NEW_COMPONENT"; then
log "Warning: ignoring URL $TARGET_COMPONENT_URL since it doesn't match any component"
else
TARGET_COMPONENTS+=" $NEW_COMPONENT"
TARGET_COMPONENTS="$NEW_COMPONENT $TARGET_COMPONENTS"
fi
done
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment