Verified Commit 4d3dd30d authored by Juhee Lee's avatar Juhee Lee Committed by GitLab
Browse files

chore: update lint job to avoid downloading artifacts from other jobs

parent 3d2bc9fa
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -82,6 +82,9 @@ check-docs-markdown:

lint:
  stage: test
  # Download no artifacts from other jobs. Without this, the job inherits
  # artifacts from all earlier-stage jobs by default, causing failures
  dependencies: []
  script:
    - apt-get update && apt-get install -y git
    - *npm_ci