Skip to content

Commit 6793dbc

Browse files
Xin ZhangNikos Armenatzoglou
Xin Zhang
authored and
Nikos Armenatzoglou
committed
WIP
- Add bash to docker - Remove submodules from in.rb Signed-off-by: Nikos Armenatzoglou <[email protected]>
1 parent b085308 commit 6793dbc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ RUN apk add --update \
77
git \
88
openssh-client \
99
ruby-json \
10-
ca-certificates
10+
ca-certificates \
11+
bash
12+
1113
RUN gem install octokit httpclient --no-rdoc --no-ri
1214

1315
ADD assets/ /opt/resource/

Diff for: assets/lib/in.rb

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ def ref
2626
raise 'git clone failed' unless $CHILD_STATUS.exitstatus == 0
2727

2828
Dir.chdir(destination) do
29-
system('git submodule update --init --recursive 1>&2')
3029
system("git fetch -q origin pull/#{id}/head:#{branch_ref} 1>&2")
3130
system("git checkout #{branch_ref} 1>&2")
3231
system("git config --add pullrequest.url #{pr['html_url']} 1>&2")

0 commit comments

Comments
 (0)