Skip to content

Commit

Permalink
gitlab: improve code-quality
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Login <batazor@evrone.com>
  • Loading branch information
batazor committed Mar 16, 2023
1 parent df14076 commit 02419b7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ops/gitlab/stages/.post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ load artifacts:
- pipeline: $CI_UPSTREAM_PIPELINE_ID
job: DEPENDENCY
artifacts: true
optional: true
- pipeline: $CI_UPSTREAM_PIPELINE_ID
job: GOLANG
artifacts: true
optional: true
- pipeline: $CI_UPSTREAM_PIPELINE_ID
job: SAST
artifacts: true
optional: true
rules:
- when: always
- if: $CI_COMMIT_TAG
when: on_success

0 comments on commit 02419b7

Please sign in to comment.