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 2d1a036 commit 257fd44Copy full SHA for 257fd44
.gitlab-ci.yml
@@ -8,6 +8,9 @@ workflow:
8
build-and-release:
9
stage: build
10
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/ruby:$RUBY_VERSION
11
+ before_script:
12
+ - apt-get update -y
13
+ - apt-get -y install rsync
14
script:
15
- bundle install
16
- pod trunk push --allow-root
0 commit comments