Skip to content

Commit

Permalink
ci: build only after lint
Browse files Browse the repository at this point in the history
We can do lint and build in parallel but if the lint fails the build will just
keeps going. Assuming there will be many issues in the beginning with commit
messages it is wasteful to do it this way.

The lint does not need very long so just do it in sequence such that the build
won't start if the lint fails.

(cherry picked from commit 92df8c0)
  • Loading branch information
romangg committed Apr 1, 2020
1 parent c2065ba commit 5cb5deb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Message lint:
.common-build: &common-build
stage: Build
image: ${IMAGE_BASE}
needs: []
artifacts:
paths:
- ci-build
Expand Down

0 comments on commit 5cb5deb

Please sign in to comment.