Skip to content

Commit

Permalink
Fix missing $PYTHON (#1356)
Browse files Browse the repository at this point in the history
After a cleanup the $PYTHON is not there anymore, resulting in a
silent breakage of the AliPhysics daily builds.
  • Loading branch information
ktf authored Jun 24, 2024
1 parent 0cd18e0 commit b6b78ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daily-tags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ edit_package_tag () {
# Patch defaults definition (e.g. defaults-o2.sh)
# Process overrides by changing in-place the given defaults. This requires
# some YAML processing so we are better off with Python.
package=$package defaults=$defaults tag=$tag version=$version $PYTHON <<\EOF
package=$package defaults=$defaults tag=$tag version=$version python3 <<\EOF
import os, yaml
f = "alidist/defaults-%s.sh" % os.environ["defaults"].lower()
with open(f, "r") as recipef:
Expand Down

0 comments on commit b6b78ff

Please sign in to comment.