From d48be5da7e819c66eb14a9c35f9c23c91ce73687 Mon Sep 17 00:00:00 2001 From: Brandon Clayton <bclayton@usgs.gov> Date: Tue, 30 Jul 2024 10:06:10 -0600 Subject: [PATCH] test --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0fb2c716a..f4c8cc740 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -178,12 +178,12 @@ Build Project: artifacts: paths: - dist - before_script: + # before_script: # - git config --global --add safe.directory '*' # image: ${NODE_IMAGE} needs: - Init - - Build Node Image + # - Build Node Image script: - npm run build:prod stage: build -- GitLab