mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
feat(CI): add test docker build stage
This commit is contained in:
parent
0eb57aae41
commit
cb90726e82
@ -37,6 +37,13 @@ cache:
|
|||||||
# cache:
|
# cache:
|
||||||
# policy: pull
|
# policy: pull
|
||||||
|
|
||||||
|
build-docker:
|
||||||
|
stage: build
|
||||||
|
before_script:
|
||||||
|
- docker info
|
||||||
|
script:
|
||||||
|
- docker build -t framadate .
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
|
Loading…
Reference in New Issue
Block a user