Skip to content
This repository has been archived by the owner. It is now read-only.

Downgrade Ruby to 2.4.3 and Update Fastlane to 2.111.0 #543

Merged
merged 2 commits into from Dec 17, 2018
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Next

Downgrade Ruby to 2.4.3 and Update Fastlane to 2.111.0

  • Loading branch information
sharath-cliqz
sharath-cliqz committed Dec 14, 2018
commit 1e8acc80341b83bf99b003cdce34f25fdf7bbb41
@@ -149,10 +149,10 @@ RUN for key in 409B6B1796C275462A1703113804BB82D39DC0E3 \
gpg2 --keyserver "${server}" --recv-keys "${key}" || echo "Trying new server..."; \
done; \
done
RUN curl -sSL https://get.rvm.io | bash -s stable --ruby=2.5.3 --autolibs=read-fail && \
RUN curl -sSL https://get.rvm.io | bash -s stable --ruby=2.4.3 --autolibs=read-fail && \
source /home/jenkins/.rvm/scripts/rvm \
rvm reload && \
gem install fastlane --version 2.108.0
gem install fastlane --version 2.111.0

#Install AWS CLI
RUN pip install awscli --upgrade --user
ProTip! Use n and p to navigate between commits in a pull request.