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