Skip to content

Commit

Permalink
Remove wrong rules
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele committed Oct 18, 2021
1 parent 558c282 commit 7e3af9f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions {{cookiecutter.project_dirname}}/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ test:
FRONTEND_IMAGE_NAME: "gitlabci_{{cookiecutter.project_slug}}_frontend"
FRONTEND_IMAGE_TAG: "$CI_JOB_NAME-$CI_JOB_ID"
FRONTEND_CONTAINER_NAME: "${CI_PROJECT_PATH_SLUG}-${CI_JOB_NAME}-${CI_JOB_ID}_frontend"
rules:
- if: $PACT_ENABLED == "true" && $PACT_BROKER_BASE_URL
script:
- echo $CI_COMMIT_TAG $CI_COMMIT_BRANCH
- >
Expand Down

0 comments on commit 7e3af9f

Please sign in to comment.