Skip to content

Commit

Permalink
Fix for cp cannot create regular file: File exists (#38728)
Browse files Browse the repository at this point in the history
  • Loading branch information
tatankat committed Sep 10, 2022
1 parent 04bf645 commit aab2add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Codeception/drone-system-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ google-chrome --version
echo "[RUNNER] Prepare Selenium"
mkdir -p tests/Codeception/_output
if [[ -f "/usr/lib/node_modules/selenium-standalone/lib/default-config.js" ]]; then
cp /usr/lib/node_modules/selenium-standalone/lib/default-config.js tests/Codeception/_output/selenium.config.js
flock tests/Codeception/_output/selenium.config.js cp /usr/lib/node_modules/selenium-standalone/lib/default-config.js tests/Codeception/_output/selenium.config.js
fi

echo "[RUNNER] Start Selenium"
Expand Down

0 comments on commit aab2add

Please sign in to comment.