Refactor scripts names and location
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
cdk_version=$1
|
||||
|
||||
cdk_paths_unfiltered=$(jf rt search --recursive=false 'cpqd-snapshot/br/com/cpqd/**/13.30.132-SNAPSHOT/' | jq -r '.[].path')
|
||||
cdk_paths=$(for p in ${cdk_paths_unfiltered[@]}; do dirname $p; done | uniq)
|
||||
|
||||
# needs pwd to be in PATH
|
||||
for p in ${cdk_paths[@]}; do artifactory-rebuild-maven-metadata-xml.sh $p; done
|
||||
Reference in New Issue
Block a user