bitbucket-pipelines.yml

This commit is contained in:
Victor Barba 2022-03-18 15:55:14 +00:00
parent 6885df3b56
commit 7e1ed73f73
1 changed files with 5 additions and 0 deletions

View File

@ -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