Skip to content

Commit

Permalink
CI: remove statement to check if dot files are saved to kosli evidenc…
Browse files Browse the repository at this point in the history
…e vault - they are (#13)
  • Loading branch information
JonJagger committed Dec 2, 2023
1 parent be7fa4e commit 0aa1ef9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sub_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ jobs:
repo_root() { git rev-parse --show-toplevel; }
export LINT_EVIDENCE_DIR=/tmp/evidence/lint
mkdir -p "${LINT_EVIDENCE_DIR}"
cp "$(repo_root)/.rubocop.yml" "${LINT_EVIDENCE_DIR}"/.rubocop.yml
cp "$(repo_root)/.rubocop.yml" "${LINT_EVIDENCE_DIR}"/rubocop.yml
cp "$(repo_root)/.rubocop.yml" "${LINT_EVIDENCE_DIR}"
gem install rubocop
if [ rubocop "$(repo_root)" | tee "${LINT_EVIDENCE_DIR}"/rubocop.log ]; then
export KOSLI_LINT_COMPLIANT=true
Expand Down

0 comments on commit 0aa1ef9

Please sign in to comment.