From 7e1ed73f730a56e469f7dea19199b13641957a8e Mon Sep 17 00:00:00 2001 From: Victor Barba Date: Fri, 18 Mar 2022 15:55:14 +0000 Subject: [PATCH] bitbucket-pipelines.yml --- bitbucket-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 033e4a3ac..04a920c93 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -2,6 +2,11 @@ image: node:14.17.1 pipelines: branches: + feature/VRFS_5283 + - step: + name: Build Container Image + script: + - docker build . develop: - step: name: Build Staging