Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MetaGer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
MetaGer
Commits
6f0ad852
Commit
6f0ad852
authored
4 years ago
by
Dominik Hebeler
Browse files
Options
Downloads
Patches
Plain Diff
added browserstack credentials
parent
c085fb4a
No related branches found
Branches containing commit
No related tags found
3 merge requests
!1645
Development
,
!1643
Development
,
!1642
Resolve "Use Kubernetes Secrets"
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-0
3 additions, 0 deletions
.gitlab-ci.yml
with
3 additions
and
0 deletions
.gitlab-ci.yml
+
3
−
0
View file @
6f0ad852
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment