symlink .env_sample as .env.test (#16939)
* symlink .env_sample as .env.test * Remove unneeded copy from test setup Now that there's always a valid environment (.env.test) present, we don't need the .env file for test setup.
This commit is contained in:
parent
198cc7d1ac
commit
837659892b
2 changed files with 1 additions and 1 deletions
1
.env.test
Symbolic link
1
.env.test
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
.env_sample
|
||||
|
|
@ -52,7 +52,6 @@ install:
|
|||
- date --rfc-3339=seconds
|
||||
- nvm install
|
||||
- bundle config set path 'vendor/bundle'
|
||||
- cp .env_sample .env
|
||||
- bin/ci-bundle
|
||||
- yarn install --frozen-lockfile
|
||||
script:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue