Browse Source

Merge pull request #39 from nmasse-itix/issue-35

add support for one gateway environments (no staging gw)
pull/43/head
Nicolas Massé 7 years ago
committed by GitHub
parent
commit
d642d1da6c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      tasks/main.yml

4
tasks/main.yml

@ -42,7 +42,9 @@
- include_tasks: steps/smoke_test.yml
vars:
threescale_cicd_smoke_test_env: staging
when: 'threescale_cicd_openapi_smoketest_operation|length > 0 and threescale_cicd_application_plans is defined'
when: >
threescale_cicd_openapi_smoketest_operation|length > 0 and threescale_cicd_application_plans is defined
and threescale_cicd_apicast_sandbox_endpoint != threescale_cicd_apicast_production_endpoint
# Promote to production
- import_tasks: steps/promote.yml

Loading…
Cancel
Save