pantograph/lib/pantograph/actions/artifactory.rb in pantograph-0.1.8 vs pantograph/lib/pantograph/actions/artifactory.rb in pantograph-0.1.10
- old
+ new
@@ -68,10 +68,10 @@
'artifactory(
username: "username",
password: "password",
endpoint: "https://artifactory.example.com/artifactory/",
file: "example.ipa", # File to upload
- repo: "mobile_artifacts", # Artifactory repo
+ repo: "angular_artifacts", # Artifactory repo
repo_path: "/ios/appname/example-major.minor.ipa" # Path to place the artifact including its filename
)'
]
end