[damned-lies/develop] fix: add git in order to build runtime



commit 22a56a5952ef75f644e82b4a84db558c0f2534bc
Author: Guillaume Bernard <associations guillaume-bernard fr>
Date:   Mon Sep 5 11:47:50 2022 +0200

    fix: add git in order to build runtime

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 55b86fd5..7652419c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -54,7 +54,7 @@ variables:
     IMAGE_TAG: "${CI_REGISTRY_IMAGE}/damned-lies-production:${CI_COMMIT_REF_NAME}"
     KIND_OF_DEPLOYMENT: "production"
   script:
-    - dnf install -y python3-jinja2-cli
+    - dnf install -y python3-jinja2-cli git
     - ./containers/production/render_configuration_templates.sh "${KIND_OF_DEPLOYMENT}"
     - ./containers/production/build_buildah_deployment.sh "${KIND_OF_DEPLOYMENT}"
     - buildah tag "${BUILT_IMAGE_NAME}-${KIND_OF_DEPLOYMENT}" "${IMAGE_TAG}-${KIND_OF_DEPLOYMENT}"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]