Skip to content

Commit cacd100

Browse files
Bump v1.74.1 TCE-1220 (#754)
* Bump v1.74.1 TCE-1220 * give permissions * update psych
1 parent fd0f7d4 commit cacd100

File tree

87 files changed

+2380
-5838
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+2380
-5838
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
codacy: codacy/[email protected].4
4+
codacy: codacy/[email protected].5
55
codacy_plugins_test: codacy/[email protected]
66

77
workflows:

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ COPY --from=doc-generator /usr/local/bundle /usr/local/bundle
4141
COPY --from=doc-generator /doc_generator/docs /docs
4242

4343
RUN adduser --uid 2004 --disabled-password --gecos "" docker
44+
RUN chown -R docker:docker /usr/local/bundle
4445
COPY target/universal/stage/ /workdir/
4546
RUN chmod +x /workdir/bin/codacy-rubocop
4647
USER docker

0 commit comments

Comments
 (0)