We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b085308 commit 6793dbcCopy full SHA for 6793dbc
Dockerfile
@@ -7,7 +7,9 @@ RUN apk add --update \
7
git \
8
openssh-client \
9
ruby-json \
10
- ca-certificates
+ ca-certificates \
11
+ bash
12
+
13
RUN gem install octokit httpclient --no-rdoc --no-ri
14
15
ADD assets/ /opt/resource/
assets/lib/in.rb
@@ -26,7 +26,6 @@ def ref
26
raise 'git clone failed' unless $CHILD_STATUS.exitstatus == 0
27
28
Dir.chdir(destination) do
29
- system('git submodule update --init --recursive 1>&2')
30
system("git fetch -q origin pull/#{id}/head:#{branch_ref} 1>&2")
31
system("git checkout #{branch_ref} 1>&2")
32
system("git config --add pullrequest.url #{pr['html_url']} 1>&2")
0 commit comments