Skip to content
Snippets Groups Projects
Verified Commit 3b5d63c1 authored by Varac's avatar Varac
Browse files

Add keycloak admin pw as artifcat

parent 1218b31c
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,7 @@ bootstrap:
artifacts:
paths:
- ansible/rke.log
- test/secrets/keycloak_admin_password
expire_in: 1 month
when: always
......@@ -70,7 +71,7 @@ behave:
script:
# Run behave tests
- cd test/behave/
- behave -D keycloak.admin.url=https://auth.ci-${CI_JOB_ID}.ci.openappstack.net/auth/admin/master/console/ -D keycloak.admin.password=$(cat ./secrets/keycloak_admin_password)
- behave -D keycloak.admin.url=https://auth.ci-${CI_JOB_ID}.ci.openappstack.net/auth/admin/master/console/ -D keycloak.admin.password=$(cat ../secrets/keycloak_admin_password)
artifacts:
paths:
- test/behave/screenshots/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment