From 8f88862fd12d88ae7fecc576c2805010f40f3727 Mon Sep 17 00:00:00 2001 From: Douglas Duteil Date: Wed, 24 Jun 2020 12:27:02 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d99bd137..b609fca94 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,16 +1,12 @@ include: - project: SocialGouv/gitlab-ci-yml file: /autodevops.yml - ref: v17.0.0-beta.21 + ref: v17.0.0-beta.29 variables: # AUTO_DEVOPS_RELEASE_AUTO: "true" # AUTO_DEVOPS_PRODUCTION_AUTO: "/^v[1-9]+\\.[0-9]+\\.[0-9]+$/" - AUTO_DEVOPS_DEV_ENVIRONMENT_NAME: "-dev2" - AUTO_DEVOPS_PREPROD_ENVIRONMENT_NAME: "-dev2" - AUTO_DEVOPS_PROD_ENVIRONMENT_NAME: "prod2" - # NOTE(douglasduteil): use custom build job # The website it statically built with Nextjs # Here we manually run `yarn next export` and reuse the `out` dir in Dockerfile