Skip to content

Commit

Permalink
Remove spurious print command from hyperion --print-release-dir
Browse files Browse the repository at this point in the history
Remove surplus call to ensure_version_py in deploy_hyperion_to_k8s.sh
  • Loading branch information
rtuck99 committed Jan 24, 2025
1 parent b663970 commit 488ca74
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions utility_scripts/deploy/deploy_hyperion_to_k8s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ ensure_version_py() {
}

app_version() {
ensure_version_py

. $PROJECTDIR/.venv/bin/activate
python -m setuptools_scm --force-write-version-files | sed -e 's/[^a-zA-Z0-9._-]/_/g'
}
Expand Down
1 change: 0 additions & 1 deletion utility_scripts/deploy/deploy_mx_bluesky.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,5 +356,4 @@ def _parse_options() -> tuple[str, Options]:

if __name__ == "__main__":
beamline, options = _parse_options()
print(options.prune_deployments)
main(beamline, options)

0 comments on commit 488ca74

Please sign in to comment.