Skip to content

Commit

Permalink
update_version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuminjie committed Nov 30, 2020
1 parent af2ed9b commit 03b6f78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions update_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ def update_version(version):
f'update version {version}'])

# update docker image
subprocess.run(['python3.8', 'openseespy-docker',
'build_docker.py'])
subprocess.run(['python3.8',
'openseespy-docker/build_docker.py'])

# push to github
# subprocess.run(['git', 'push'])
Expand All @@ -47,4 +47,4 @@ def update_version(version):

version = sys.argv[1]

update_version(version)
update_version(version)

0 comments on commit 03b6f78

Please sign in to comment.