Skip to content

Commit e00b7c0

Browse files
committed
..
1 parent 609bb62 commit e00b7c0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ ADD Gemfile Gemfile.lock *.gemspec /home/app/
1818
ADD lib/lusnoc/version.rb /home/app/lib/lusnoc/
1919

2020
RUN set -ex \
21-
&& curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter \
22-
&& chmod +x cc-test-reporter \
2321
&& gem install bundler && gem update bundler \
2422
&& bundle install --jobs=3 \
2523
&& gem cleanup \

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014-2019 Рнд Софт
1+
Copyright (c) 2014-2022 Рнд Софт
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)