From 46dcfb8f90f27adf111ae0d316f1e79984752807 Mon Sep 17 00:00:00 2001 From: Juraj Vajda Date: Thu, 3 Nov 2022 00:08:09 -0400 Subject: [PATCH] Add CI release to ContentDB --- bitbucket-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 851b064..06e55fe 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -43,7 +43,12 @@ pipelines: - npm ci - step: name: Deploy to ContentDB + caches: + - node-modules + - npm + - nvm script: + - nvm use v17.2.0 - npm run push:ci -- --token=$CONTENT_DB_X_BOWS_TOKEN --title=$BITBUCKET_TAG definitions: caches: