diff --git a/.expeditor/verify_private.pipeline.yml b/.expeditor/verify_private.pipeline.yml index a9d2de09695f..df6438350eb2 100644 --- a/.expeditor/verify_private.pipeline.yml +++ b/.expeditor/verify_private.pipeline.yml @@ -163,9 +163,9 @@ steps: - . scripts/verify_setup.sh - echo "\$A2_LICENSE" > dev/license.jwt - | - hab studio run "source scripts/verify_studio_init.sh && - start_deployment_service && - chef-automate dev deploy-some chef/automate-load-balancer --with-deps && + hab studio run "source scripts/verify_studio_init.sh && echo "\$A2_LICENSE" > /src/dev/license.jwt && + start_deployment_service && + chef-automate dev deploy-some chef/automate-load-balancer --with-deps && chef-automate license apply /src/dev/license.jwt && automate_load_balancer_integration" timeout_in_minutes: 20 retry: @@ -317,9 +317,9 @@ steps: command: - . scripts/verify_setup.sh - | - hab studio run "source scripts/verify_studio_init.sh && + hab studio run "source scripts/verify_studio_init.sh && echo "\$A2_LICENSE" > /src/dev/license.jwt && start_deployment_service && - chef-automate dev deployinate && + chef-automate dev deployinate && chef-automate license apply /src/dev/license.jwt && gateway_integration" timeout_in_minutes: 20 retry: diff --git a/.studio/automate-gateway b/.studio/automate-gateway index 75fd965aecc9..21e700ee5c94 100644 --- a/.studio/automate-gateway +++ b/.studio/automate-gateway @@ -14,7 +14,6 @@ document "gateway_integration" <