mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-19 21:50:45 +00:00
Updates to work with branch-specific maven deployments in/with circleci
This commit is contained in:
@ -15,7 +15,7 @@ MODULE_LIST_FILE=$QQQ_DEV_TOOLS_DIR/MODULE_LIST
|
||||
|
||||
for module in $(cat $MODULE_LIST_FILE); do
|
||||
echo "Updating $module..."
|
||||
version=$(get-latest-snapshot.sh $module $CURRENT_VERSION)
|
||||
version=$(get-latest-snapshot.sh $module -l)
|
||||
update-dep.sh $module $version -q
|
||||
done
|
||||
|
||||
|
Reference in New Issue
Block a user