Browse Source

[ci skip] path - fix continuous tasks paths

Nate Brady 8 years ago
parent
commit
d798453db5
1 changed files with 3 additions and 3 deletions
  1. 3 3
      toolset/continuous/tasks/run-tasks.sh

+ 3 - 3
toolset/continuous/tasks/run-tasks.sh

@@ -7,17 +7,17 @@
 #  Tasks before the run  #
 ##########################
 
-$TFB_REPOPARENT/$TFB_REPONAME/continuous/tasks/record-git-commit.sh
+$TFB_REPOPARENT/$TFB_REPONAME/toolset/continuous/tasks/record-git-commit.sh
 
 
 ##########################
 #   Run the benchmarks   #
 ##########################
 
-$TFB_REPOPARENT/$TFB_REPONAME/continuous/tasks/run-benchmarks.sh
+$TFB_REPOPARENT/$TFB_REPONAME/toolset/continuous/tasks/run-benchmarks.sh
 
 ##########################
 #  Tasks after the run   #
 ##########################
 
-$TFB_REPOPARENT/$TFB_REPONAME/continuous/tasks/keep-logs.py
+$TFB_REPOPARENT/$TFB_REPONAME/toolset/continuous/tasks/keep-logs.py