Skip to content

Commit 66e1b04

Browse files
committed
add docker build test to the circleci CI/CD pipeline
1 parent 61234e1 commit 66e1b04

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
. venv/bin/activate
2525
flake8 --max-line-length=999 --ignore=E731,E741,E712,E722 --exclude=venv* --statistics
2626
nosetests tests/
27+
- run:
28+
name: Build Docker image
29+
command: |
30+
. venv/bin/activate
31+
cd source
32+
docker build -t bridge_image:gpfs505 .
2733
2834
2935
workflows:

0 commit comments

Comments
 (0)