Skip to content

Commit

Permalink
Fixes #19548: Parent task did not force python version to generate th…
Browse files Browse the repository at this point in the history
…e initial policies
  • Loading branch information
Fdall committed Jul 21, 2021
1 parent 73d585c commit 167de01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ endif
all: initial-promises bootstrap-promises/rudder.json bootstrap-promises/promises.cf

initial-promises: rudder-templates-cli.jar test
python generateInitialPolicies.py
python3 generateInitialPolicies.py
mkdir -p initial-promises/node-server/common/cron
mkdir -p initial-promises/node-server/common/utilities
touch initial-promises/rudder_expected_reports.csv
Expand Down

0 comments on commit 167de01

Please sign in to comment.