Skip to content
Snippets Groups Projects
Commit a4565310 authored by Jeff Sturek's avatar Jeff Sturek
Browse files

Update .gitlab-ci.yml file allow all branches

parent 01d54f92
No related branches found
No related tags found
No related merge requests found
Pipeline #44163 failed
...@@ -24,8 +24,6 @@ Dependency Check: ...@@ -24,8 +24,6 @@ Dependency Check:
image: its-registry.unl.edu/unl-its/docker-ci/dependency-check image: its-registry.unl.edu/unl-its/docker-ci/dependency-check
tags: tags:
- docker - docker
only:
- develop
cache: cache:
policy: push policy: push
paths: paths:
...@@ -38,8 +36,6 @@ SonarQube: ...@@ -38,8 +36,6 @@ SonarQube:
image: its-registry.unl.edu/unl-its/docker-ci/static-code-analysis:php image: its-registry.unl.edu/unl-its/docker-ci/static-code-analysis:php
tags: tags:
- docker - docker
only:
- develop
cache: cache:
policy: pull policy: pull
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment