We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4db488 commit 2bcb62cCopy full SHA for 2bcb62c
1 file changed
ci_scripts/ci_post_clone.sh
@@ -7,12 +7,11 @@
7
#
8
9
# Install Minio Client
10
-curl https://dl.min.io/client/mc/release/darwin-amd64/mc -o mc
11
-chmod +x mc
+brew install minio/stable/mc
12
13
# Sync secrets from DigitalOcean Spaces
14
-./mc alias set my-space https://nyc3.digitaloceanspaces.com "$SPACES_ACCESS_KEY_ID" "$SPACES_SECRET_ACCESS_KEY"
15
-./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"
16
17
# Trust swiftlint
18
defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidatation -bool YES
0 commit comments