Skip to content

Commit 4f1bae1

Browse files
authored
ci: Install rsync for CocoaPods validation (#16)
1 parent 6ae5fad commit 4f1bae1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ workflow:
88
build-and-release:
99
stage: build
1010
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/ruby:$RUBY_VERSION
11+
before_script:
12+
- apt-get update -y
13+
- apt-get install -y rsync
1114
script:
1215
- bundle install
1316
- pod trunk push --allow-root

0 commit comments

Comments
 (0)