From 6d29ab2ae24136dacd66cad233769f59fe0830d9 Mon Sep 17 00:00:00 2001 From: Jason Wall Date: Tue, 18 Aug 2020 09:07:23 -0400 Subject: [PATCH] another attempt at the ci --- .gitlab-ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e3bce44..f7499777 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,9 +2,6 @@ stages: - report - build -include: - - local: .gitlab/ci/docker.gitlab-ci.yml - report: stage: report image: node:14.5.0 @@ -22,10 +19,6 @@ build: image: node:14.5.0 variables: NODE_OPTIONS: "--max_old_space_size=2048" - before_script: - - export CI_JOB_TIMESTAMP="$(date -Iseconds)" - - export VERSION="$(cat VERSION)" - - ./.gitlab/ci/scripts/about.sh "$VERSION" "$CI_JOB_TIMESTAMP" "$CI_COMMIT_SHA" > ./src/about.json script: - npm ci - npm run-script lint