We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609bb62 commit e00b7c0Copy full SHA for e00b7c0
Dockerfile
@@ -18,8 +18,6 @@ ADD Gemfile Gemfile.lock *.gemspec /home/app/
18
ADD lib/lusnoc/version.rb /home/app/lib/lusnoc/
19
20
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 \
23
&& gem install bundler && gem update bundler \
24
&& bundle install --jobs=3 \
25
&& gem cleanup \
LICENSE
@@ -1,4 +1,4 @@
1
-Copyright (c) 2014-2019 Рнд Софт
+Copyright (c) 2014-2022 Рнд Софт
2
3
Permission is hereby granted, free of charge, to any person obtaining a copy
4
of this software and associated documentation files (the "Software"), to deal
0 commit comments