Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
sudo source
Browse files Browse the repository at this point in the history
  • Loading branch information
tfennelly committed Sep 23, 2016
1 parent 9f90c1d commit a2bb817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ node ('docker') {

// Run selenium in a docker container of its own on the host.
// It will export BLUEO_SELENIUM_SERVER_ADDR
sh "source start-selenium.sh"
sh "sudo source start-selenium.sh"

try {
// Build an image from the the local Dockerfile
Expand Down

0 comments on commit a2bb817

Please sign in to comment.