Skip to content

Commit

Permalink
Removal of added read rights caused by #3570 fixed by #3607
Browse files Browse the repository at this point in the history
  • Loading branch information
phanlezz committed May 7, 2024
1 parent 5a3124d commit e34e0a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion analysis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ RUN cd /usr/local; \
tar -xf codecharta-analysis-*; \
rm codecharta-analysis-*.tar; \
mv codecharta-analysis-*/bin/ccsh /usr/local/bin; \
chmod +r /usr/local/bin/ccsh; \
mv codecharta-analysis-*/lib/ccsh-*.jar /usr/local/lib; \
rm -rf codecharta-analysis-*;

Expand Down
1 change: 0 additions & 1 deletion analysis/test/golden_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ then
echo "Installing CodeCharta analysis to ${TEMP_DIR}"
cp "../build/distributions/${CC_TAR_NAME}" "${TEMP_DIR}"
tar xf "${TEMP_DIR}/${CC_TAR_NAME}" -C "${TEMP_DIR}"
chmod +r "${TEMP_DIR}/codecharta-analysis-${CC_VERSION}/bin/ccsh"
rm "${TEMP_DIR}/${CC_TAR_NAME}"
else
CCSH="$3"
Expand Down

0 comments on commit e34e0a6

Please sign in to comment.