Skip to content

Commit

Permalink
Merge commit '74ed575' into topic/merge-2.11.x-to-2.12.x-20161129
Browse files Browse the repository at this point in the history
 Conflicts:
	scripts/jobs/integrate/bootstrap
  • Loading branch information
retronym committed Nov 29, 2016
2 parents 2bc92e0 + 74ed575 commit 8bde156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jobs/integrate/bootstrap
Expand Up @@ -430,7 +430,7 @@ removeExistingBuilds() {
local scalaLangModules=`curl -s $storageApiUrl/org/scala-lang | jq -r '.children | .[] | "org/scala-lang" + .uri' | grep -v actors-migration` local scalaLangModules=`curl -s $storageApiUrl/org/scala-lang | jq -r '.children | .[] | "org/scala-lang" + .uri' | grep -v actors-migration`


for module in $scalaLangModules; do for module in $scalaLangModules; do
local artifacts=`curl -s $storageApiUrl/$module | jq -r ".children | .[] | select(.uri | contains(\"$SCALA_VER\")) | .uri"` local artifacts=`curl -s $storageApiUrl/$module | jq -r ".children | .[] | select(.uri | endswith(\"$SCALA_VER\")) | .uri"`
for artifact in $artifacts; do for artifact in $artifacts; do
echo "Deleting $releaseTempRepoUrl$module$artifact" echo "Deleting $releaseTempRepoUrl$module$artifact"
curl -s --netrc-file $netrcFile -X DELETE $releaseTempRepoUrl$module$artifact curl -s --netrc-file $netrcFile -X DELETE $releaseTempRepoUrl$module$artifact
Expand Down

0 comments on commit 8bde156

Please sign in to comment.