Skip to content
Snippets Groups Projects
Commit 6f0ad852 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

added browserstack credentials

parent c085fb4a
No related branches found
No related tags found
3 merge requests!1645Development,!1643Development,!1642Resolve "Use Kubernetes Secrets"
...@@ -144,6 +144,9 @@ integrationtest: ...@@ -144,6 +144,9 @@ integrationtest:
# Install Dev Dependencies # Install Dev Dependencies
- composer install - composer install
- cp .env.example .env - cp .env.example .env
- echo "$WEBDRIVER_KEY" >> .env
- echo "$WEBDRIVER_URL" >> .env
- echo "$WEBDRIVER_USER" >> .env
- php artisan key:generate - php artisan key:generate
- URL=$(cat environment_url.txt | tr -d '\n') - URL=$(cat environment_url.txt | tr -d '\n')
- sed -i "s#^APP_URL=.*#APP_URL=$URL#g" .env - sed -i "s#^APP_URL=.*#APP_URL=$URL#g" .env
......
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