fixed bug
This commit is contained in:
@@ -14,8 +14,8 @@ merge:test:lint:
|
||||
stage: lint
|
||||
script:
|
||||
- npm install
|
||||
- cp example.env.local .env.local
|
||||
- cp example.env.local .env.test
|
||||
- cp .env.local.example .env.local
|
||||
- cp .env.local.example .env.test
|
||||
- npm run lint
|
||||
only:
|
||||
- merge_requests
|
||||
@@ -24,8 +24,8 @@ merge:test:jest:
|
||||
stage: test
|
||||
script:
|
||||
- npm install
|
||||
- cp example.env.local .env.local
|
||||
- cp example.env.local .env.test
|
||||
- cp .env.local.example .env.local
|
||||
- cp .env.local.example .env.test
|
||||
- npm run test
|
||||
only:
|
||||
- merge_requests
|
||||
@@ -34,8 +34,8 @@ merge:test:jest:
|
||||
# stage: test:build
|
||||
# script:
|
||||
# - npm install
|
||||
# - cp example.env.local .env.local
|
||||
# - cp example.env.local .env.test
|
||||
# - cp .env.local.example .env.local
|
||||
# - cp .env.local.example .env.test
|
||||
# - npm run build
|
||||
# only:
|
||||
# - merge_requests
|
||||
@@ -44,8 +44,8 @@ test:lint:
|
||||
stage: lint
|
||||
script:
|
||||
- npm install
|
||||
- cp example.env.local .env.local
|
||||
- cp example.env.local .env.test
|
||||
- cp .env.local.example .env.local
|
||||
- cp .env.local.example .env.test
|
||||
- npm run lint
|
||||
only:
|
||||
- develop
|
||||
@@ -55,8 +55,8 @@ test:jest:
|
||||
stage: test
|
||||
script:
|
||||
- npm install
|
||||
- cp example.env.local .env.local
|
||||
- cp example.env.local .env.test
|
||||
- cp .env.local.example .env.local
|
||||
- cp .env.local.example .env.test
|
||||
- npm run test
|
||||
only:
|
||||
- develop
|
||||
@@ -66,8 +66,8 @@ test:jest:
|
||||
# stage: test:build
|
||||
# script:
|
||||
# - npm install
|
||||
# - cp example.env.local .env.local
|
||||
# - cp example.env.local .env.test
|
||||
# - cp .env.local.example .env.local
|
||||
# - cp .env.local.example .env.test
|
||||
# - npm run build
|
||||
# only:
|
||||
# - develop
|
||||
|
||||
Reference in New Issue
Block a user