Skip to content
Snippets Groups Projects
Commit d4141977 authored by Karolína Dočkalová Burská's avatar Karolína Dočkalová Burská
Browse files

Temporal deletion of CI example app build

parent b0b8cf3f
Branches
Tags
1 merge request!1Eval
Pipeline #209663 passed
......@@ -33,28 +33,6 @@ codeStyle:
refs:
- master
buildExampleApp:
stage: build
cache:
key: $CI_COMMIT_REF_SLUG-$CI_PROJECT_DIR
paths:
- .npm/
policy: pull
script:
- npm run build-example-app
only:
- triggers
- branches
artifacts:
paths:
- ./dist
expire_in: 1 hour
except:
changes:
- "CHANGELOG.md"
refs:
- master
buildLibrary:
stage: build
cache:
......
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"downlevelIteration": true,
"importHelpers": true,
"module": "esnext",
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
......@@ -17,8 +19,6 @@
"es2018",
"dom"
],
"module": "esnext",
"baseUrl": "./",
"paths": {
"kypo2-trainings-clustering-viz-lib": [
"dist/kypo2-trainings-clustering-viz-lib"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment