From 2ad8befd8ac2338166f94be54a87b19f19b5cbc1 Mon Sep 17 00:00:00 2001 From: Zachariah Dzielinski <dzielinski_zachariah@bah.com> Date: Mon, 11 Jan 2021 12:26:49 -0700 Subject: [PATCH] ci: first pass attempt to test commitlint job --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3371839de8..4072bf964f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,7 +39,7 @@ commitlint: image: registry.dsop.io/platform-one/big-bang/pipeline-templates/pipeline-templates/pre-envs:ubi8.3 stage: .pre script: - - dnf module install nodejs:12 + - dnf module install -y nodejs:12 - npm install --only=dev - ./scripts/commitlint.sh -- GitLab