Skip to content

Commit

Permalink
[#133] wait jenkins_dex_client end run
Browse files Browse the repository at this point in the history
  • Loading branch information
ablatov committed Oct 3, 2018
1 parent 2b79e5e commit 3ba041a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/legionPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@ def runRobotTests(tags="") {
PATH=../../.venv/bin:$PATH DISPLAY=:99 \
PROFILE=$Profile LEGION_VERSION=$LegionVersion \
jenkins_dex_client --path_to_profiles $PATH_TO_PROFILES_DIR > $PATH_TO_COOKIES
jenkins_dex_client --path_to_profiles $PATH_TO_PROFILES_DIR > $PATH_TO_COOKIES &
wait
cat $PATH_TO_COOKIES
PATH=../../.venv/bin:$PATH DISPLAY=:99 \
PROFILE=$Profile LEGION_VERSION=$LegionVersion \
Expand Down

0 comments on commit 3ba041a

Please sign in to comment.