bitbucket-pipelines.yml
This commit is contained in:
parent
6885df3b56
commit
7e1ed73f73
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue