From 1dab9429f29fb9da4cfcd009604f9a1717287cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0t=C4=9Bp=C3=A1nek?= Date: Mon, 12 Apr 2021 19:37:11 +0200 Subject: [PATCH] Configure CI (no. 4) --- .azure/pipelines/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index 0ef5e4c109..a972e48bbe 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -8,11 +8,9 @@ variables: DOTVVM_ROOT: ${{ Pipeline.Workspace }} BUILD_CONFIGURATION: Release -container: - image: registry.gitlab.com/cafstep/dotvvm-test/dotvvm - jobs: - job: build-crossplatform + container: registry.gitlab.com/cafstep/dotvvm-test/dotvvm steps: - script: npm ci --cache $(DOTVVM_ROOT)/.npm --prefer-offline workingDirectory: src/DotVVM.Framework