Skip to content

Commit

Permalink
Fix namespace-scenario dir path for prow
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyaenr committed Sep 11, 2023
1 parent 72467c0 commit 11e55b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prow/namespace-scenarios/prow_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ source namespace-scenarios/env.sh
krkn_loc=/root/kraken

# Substitute config with environment vars defined
envsubst < namespace_scenario.yaml.template > namespace-scenarios/namespace_scenario.yaml
envsubst < namespace-scenarios/namespace_scenario.yaml.template > namespace-scenarios/namespace_scenario.yaml
envsubst < config.yaml.template > namespace_config.yaml
export SCENARIO_FILE="- namespace-scenarios/namespace_scenario.yaml"

Expand Down

0 comments on commit 11e55b1

Please sign in to comment.