File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y lsof dnsutils netcat-openbsd net-tools
2020RUN apt-get update && apt-get install -y ruby ruby-dev libsqlite3-dev build-essential
2121# switch of gem docs building
2222RUN echo "gem: --no-document" > ~/.gemrc
23- RUN if [ "${ubuntu_version}" != "xenial" ] ; then gem install jazzy ; fi
23+ RUN if [ "${ubuntu_version}" != "xenial" ] ; then gem install jazzy -v 0.13.7 ; fi
2424
2525# tools
2626RUN mkdir -p $HOME/.tools
Original file line number Diff line number Diff line change 1+ version : " 3"
2+
3+ services :
4+
5+ runtime-setup :
6+ image : swift-service-lifecycle:20.04-5.5
7+ build :
8+ args :
9+ base_image : " swiftlang/swift:nightly-5.5-focal"
10+
11+ test :
12+ image : swift-service-lifecycle:20.04-5.5
13+ environment :
14+ - SKIP_SIGNAL_TEST=true
15+
16+ shell :
17+ image : swift-service-lifecycle:20.04-5.5
You can’t perform that action at this time.
0 commit comments