bitrise-steplib / steps-ios-auto-provision-appstoreconnect

MIT License
15 stars 16 forks source link

1.0.1 version step.zip file is not accessible #41

Closed ameedsayeh closed 3 years ago

ameedsayeh commented 3 years ago

Issue description

My agent failed to download the step.zip file for the latest version of the STEP (1.0.1) https://bitrise-steplib-collection.s3.amazonaws.com/step-archives/ios-auto-provision-appstoreconnect/1.0.1/step.zip However, the previous version step.zip file is accessible https://bitrise-steplib-collection.s3.amazonaws.com/step-archives/ios-auto-provision-appstoreconnect/1.0.0/step.zip

Steps to reproduce

  1. Add ios-auto-provision-appstoreconnect to your workflow on bitrise.
  2. run any build.

Logs

Failed to download step.zip: Failed to download target from: https://bitrise-steplib-collection.s3.amazonaws.com/step-archives/ios-auto-provision-appstoreconnect/1.0.1/step.zip
+------------------------------------------------------------------------------+

| (4) ios-auto-provision-appstoreconnect@1                                     |
+------------------------------------------------------------------------------+
| id: ios-auto-provision-appstoreconnect                                       |
| version: 1.0.1                                                               |
| collection: https://github.com/bitrise-io/bitrise-steplib.git                |
| toolkit: go                                                                  |
| time: 2021-02-24T13:56:23Z                                                   |
+------------------------------------------------------------------------------+
|                                                                              |
Config: failed to parse config:
- CertificateURLList: required variable is not present
Config:
- BitriseConnection: automatic
- APIKeyPath: 
- APIIssuer: 
- ProjectPath: Loora-iOS.xcworkspace
- Scheme: Loora-iOS-Dev
- Configuration: 
- Distribution: app-store
- MinProfileDaysValid: 0
- CertificateURLList: 
- CertificatePassphraseList: 
- KeychainPath: /Users/vagrant/Library/Keychains/login.keychain
- KeychainPassword: *****
- VerboseLog: false
- BuildAPIToken: [REDACTED]
- BuildURL: https://app.bitrise.io/build/7dabb074ea3786dc
|                                                                              |
+---+---------------------------------------------------------------+----------+
| x | ios-auto-provision-appstoreconnect@1 (exit code: 1)           | 13.93 sec|
+---+---------------------------------------------------------------+----------+
| Issue tracker: ...se-steplib/steps-ios-auto-provision-appstoreconnect/issues |
| Source: ...thub.com/bitrise-steplib/steps-ios-auto-provision-appstoreconnect |
+---+---------------------------------------------------------------+----------+
ameedsayeh commented 3 years ago

Solved in a very short time, now the file is accessible. Thank you!