File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 3535 - name : Cleanup services
3636 run : make cleanup-services
3737
38- - name : Validate that password is set
39- run : |
40- cat /tmp/collections/ansible_collections/ansible/platform/tests/integration/integration_config.yml
41-
4238 - uses : actions/checkout@v3
4339
4440 - name : Perform integration tests
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ collection-lint: collection-install
7171
7272# # Run the collection tests
7373collection-test : collection-install
74- $(eval ADMIN_PW=$(shell awk '/gateway_admin_password/{print $$2}' $(GITHUB_WORKSPACE )/ansible.platform/aap-gateway/container-startup.yml | xargs echo))
74+ $(eval ADMIN_PW=$(shell awk '/gateway_admin_password/{print $$2}' $(WORKSPACE )/ansible.platform/aap-gateway/container-startup.yml | xargs echo))
7575 echo 'gateway_password: $(ADMIN_PW)' > \
7676 /tmp/collections/ansible_collections/ansible/platform/tests/integration/integration_config.yml
7777 cd /tmp/collections/ansible_collections/ansible/platform && \
You can’t perform that action at this time.
0 commit comments