From 7da61bdd8187bcc84ab3ce230d96c538a989f1e1 Mon Sep 17 00:00:00 2001 From: oasis Date: Thu, 26 Dec 2024 10:06:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.gitlab-ci.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..a0b7416 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,5 @@ +# The Docker image that will be used to build your app +image: node:lts +# Functions that should be executed before the build script is run +before_script: + - npm install