Skip to content

Commit

Permalink
Build python package from complete git repo to keep version clean
Browse files Browse the repository at this point in the history
  • Loading branch information
avirshup committed Nov 27, 2017
1 parent b7054d3 commit f6fbb72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion DockerMakefiles/Moldesign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ moldesign_py_build:
requires:
- python_deploy
build_directory: ..
ignorefile: buildfiles/moldesign/moldesign.dockerignore
build: |
COPY . /opt/molecular-design-toolkit
WORKDIR /opt/molecular-design-toolkit
Expand Down
2 changes: 1 addition & 1 deletion deployment/test-version-number.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

pyversion=$(python -m moldesign version | tail -n 1)

echo "Expecting moldesign==${pyversion}"
echo "Expecting moldesign==${CI_BRANCH}"
echo "Found moldesign==${pyversion}"


Expand Down

0 comments on commit f6fbb72

Please sign in to comment.