|
|
@@ -26,6 +26,8 @@ build_image:
|
|
|
.default_config: &default_config
|
|
|
image: $CI_REGISTRY_IMAGE:latest
|
|
|
before_script:
|
|
|
+ - echo "" > ./env/local.app.opentalent.fr.crt
|
|
|
+ - echo "" > ./env/local.app.opentalent.fr.key
|
|
|
- yarn install --network-timeout 10000
|
|
|
- HOSTNAME=ci yarn prepare
|
|
|
|