From cd2d9e0cdd6ddc886f9ec2f0b4590e44f361e751 Mon Sep 17 00:00:00 2001 From: saravahdatipour Date: Mon, 13 Jan 2025 11:04:40 +0100 Subject: [PATCH] remove unused CI --- .gitlab-ci.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index d87aec8..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,27 +0,0 @@ -image: privacybydesign/node_yarn_python3:latest - -stages: - - build - -before_script: - - set -euxo pipefail - - git clone https://github.com/privacybydesign/pbdf-schememanager.git - - git clone https://github.com/privacybydesign/irma-demo-schememanager.git - - yarn install --frozen-lockfile - -build: - stage: build - artifacts: - # Disabling artifact expiry is not supported yet, so make - expire_in: 100 year - paths: - - nl/ - - en/ - - pbdf-schememanager/ - - irma-demo-schememanager/ - - script.js - - style.css - - index.json - script: - - yarn run build - - python3 update.py