Skip to content

Commit

Permalink
* Fix test-dir delete
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Lewi committed Sep 25, 2019
1 parent 271eb66 commit b7c3aac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion py/kubeflow/kubeflow/ci/kfctl_e2e_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,8 @@ def _build_exit_dag(self):
copy_artifacts = self._build_step(step_name, self.workflow, EXIT_DAG_NAME, task_template,
command, dependences)

copy_artifacts["container"]["workingDir"] = self.src_dir
# We don't want to run from the directory we are trying to delete.
copy_artifacts["container"]["workingDir"] = "/"

def build(self):
self.workflow = self._build_workflow()
Expand Down

0 comments on commit b7c3aac

Please sign in to comment.