Skip to content

Commit

Permalink
fix: parametersweep dispatcher has two printenvs
Browse files Browse the repository at this point in the history
one of them isn't guarded by DEBUG

Signed-off-by: Nick Mitchell <nickm@us.ibm.com>
  • Loading branch information
starpit committed Sep 20, 2024
1 parent cf55c0d commit 9431aa2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/fe/transformer/api/dispatch/parametersweep/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ set -e
echo -n "Started TaskDispatcher "
echo "min=$__LUNCHPAIL_SWEEP_MIN max=$__LUNCHPAIL_SWEEP_MAX step=$__LUNCHPAIL_SWEEP_STEP"

printenv

# test injected values from -f values.yaml
# taskprefix2 can be used to test that e.g. numerical values are processed correctly
if [ -n "$taskprefix" ]
Expand Down

0 comments on commit 9431aa2

Please sign in to comment.