Change DB details. Remove bitbucket-pipelines
This commit is contained in:
parent
9d15fbe1d7
commit
502c385e9f
|
|
@ -10,9 +10,9 @@
|
|||
'driver' => 'mysql',
|
||||
'persistent' => false,
|
||||
'host' => '172.17.0.1',
|
||||
'login' => 'quotenik',
|
||||
'password' => 'quotenik',
|
||||
'database' => 'quotenik',
|
||||
'login' => 'cmc',
|
||||
'password' => 'xVRQI&cA?7AU=hqJ!%au',
|
||||
'database' => 'cmc',
|
||||
'prefix' => '',
|
||||
);
|
||||
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
# This is a sample build configuration for Other.
|
||||
# Check our guides at https://confluence.atlassian.com/x/5Q4SMw for more examples.
|
||||
# Only use spaces to indent your .yml configuration.
|
||||
# -----
|
||||
# You can specify a custom docker image from Docker Hub as your build environment.
|
||||
image: atlassian/default-image:2
|
||||
|
||||
pipelines:
|
||||
default:
|
||||
- step:
|
||||
script:
|
||||
- echo "Everything is awesome!"
|
||||
Loading…
Reference in a new issue