Skip to content

Commit 257fd44

Browse files
authored
chore: Install rsync to fix failing build (#11)
* Install rsync to fix failing build * Remove extra newline
1 parent 2d1a036 commit 257fd44

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 -y install rsync
1114
script:
1215
- bundle install
1316
- pod trunk push --allow-root

0 commit comments

Comments
 (0)