File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
long_description = readmeFile .read ()
16
16
17
17
setup (name = 'wes-service' ,
18
- version = '2.2 ' ,
18
+ version = '2.3 ' ,
19
19
description = 'GA4GH Workflow Execution Service reference implementation' ,
20
20
long_description = long_description ,
21
21
author = 'GA4GH Containers and Workflows task team' ,
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
- # python setup.py sdist
4
- docker build --build-arg version=2.2 -t commonworkflowlanguage/workflow-service .
3
+ python setup.py sdist
4
+ docker build --build-arg version=2.3 -t commonworkflowlanguage/workflow-service .
5
5
docker run -ti \
6
6
-v$PWD /config.yml:/var/www/wes-server/config.yml \
7
7
-v/etc/ssl/certs/ssl-cert-snakeoil.pem:/etc/ssl/certs/ssl-cert-wes.pem \
You can’t perform that action at this time.
0 commit comments