We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4989c6 commit 6b691d4Copy full SHA for 6b691d4
1 file changed
ci_scripts/ci_post_clone.sh
@@ -9,12 +9,11 @@
9
set -e
10
11
# Install Minio Client
12
-curl -L -O https://dl.min.io/client/mc/release/darwin-amd64/mc
13
-chmod +x mc
+brew install minio-mc
14
15
# Sync secrets from DigitalOcean Spaces
16
-./mc alias set my-space https://nyc3.digitaloceanspaces.com "$SPACES_ACCESS_KEY_ID" "$SPACES_SECRET_ACCESS_KEY"
17
-./mc mirror my-space/appdev-upload/ios-secrets/eatery-blue/ "$CI_PRIMARY_REPOSITORY_PATH/Eatery Blue/Supporting"
+mc alias set my-space https://nyc3.digitaloceanspaces.com "$SPACES_ACCESS_KEY_ID" "$SPACES_SECRET_ACCESS_KEY"
+mc mirror my-space/appdev-upload/ios-secrets/eatery-blue/ "$CI_PRIMARY_REPOSITORY_PATH/Eatery Blue/Supporting"
18
19
# Trust swiftlint
20
defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidatation -bool YES
0 commit comments