Skip to content

Commit

Permalink
all
Browse files Browse the repository at this point in the history
  • Loading branch information
s-jqzhang committed Jan 20, 2017
1 parent 823f80a commit 5a4d4d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codes/test_arifactory.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ def save_url(path,pat,filename='urls'):
pass
with open(filename,"w+") as file:
file.write("\n".join(urls))
for i in ['push-sip','push','pushrpc','reader']:
path = ArtifactoryPath('http://maven.web.com:8081/artifactory/libs-release-local/com/web/%s'%i)
for i in ['abc']:
path = ArtifactoryPath('http://maven.web.com/artifactory/libs-release-local/com/web/%s'%i)
save_url(path,"**/*sources.jar",'sourcesurl')
save_url(path,"**/*.war",'sourcesurl')

Expand Down

0 comments on commit 5a4d4d0

Please sign in to comment.