Skip to content

Commit

Permalink
Update Yaml example
Browse files Browse the repository at this point in the history
  • Loading branch information
matt- committed May 17, 2024
1 parent 1546ea9 commit e87a454
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion ci/examples/.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pixee:
image: codemodder/pixee-ci-gitlab:0.0.3
image: codemodder/pixee-ci-gitlab:0.0.4
script:
- /pixee/gitlab/ci.sh

Expand Down
9 changes: 0 additions & 9 deletions ci/gitlab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,4 @@ pixee:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH
when: always
- when: never

artifacts:
paths:
- results.codetf.json
rules:
# pipeline should run on merge request to release branch
- if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH
when: always
- when: never
```

0 comments on commit e87a454

Please sign in to comment.