Move alias from definitions in pipelines YAML
This commit is contained in:
parent
8d1dcda9bf
commit
a91edfafb3
|
|
@ -11,7 +11,12 @@ clone:
|
||||||
|
|
||||||
|
|
||||||
definitions:
|
definitions:
|
||||||
step: &unittest-python
|
services:
|
||||||
|
postgres:
|
||||||
|
image: postgres
|
||||||
|
|
||||||
|
aliases:
|
||||||
|
- &unittest-python
|
||||||
name: Unittest python server code
|
name: Unittest python server code
|
||||||
caches:
|
caches:
|
||||||
- pip
|
- pip
|
||||||
|
|
@ -25,10 +30,6 @@ definitions:
|
||||||
- export USE_AWS=False
|
- export USE_AWS=False
|
||||||
- pipenv install --dev --system
|
- pipenv install --dev --system
|
||||||
- ./server/run_unittests_coverage.sh
|
- ./server/run_unittests_coverage.sh
|
||||||
services:
|
|
||||||
postgres:
|
|
||||||
image: postgres
|
|
||||||
|
|
||||||
|
|
||||||
pipelines:
|
pipelines:
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue