Skip to content

Commit

Permalink
Allow flake8 failure when deploying.
Browse files Browse the repository at this point in the history
  • Loading branch information
glogiotatidis committed Feb 25, 2020
1 parent 3f89ece commit 24f9185
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ run-flake8:
extends: .test-stage
tags:
- meao
rules:
- allow_failure: true
script:
- ${DOCKER_RUN_CMD} flake8 snippets

Expand Down

0 comments on commit 24f9185

Please sign in to comment.