Skip to content

Instantly share code, notes, and snippets.

@freynaud
Created May 23, 2012 12:37
Show Gist options
  • Save freynaud/2775042 to your computer and use it in GitHub Desktop.
Save freynaud/2775042 to your computer and use it in GitHub Desktop.
#!/bin/bash
VERSION="2.20.1"
cd ~/workspace/selenium
./go release
mvn install:install-file -DgroupId=org.openqa -DartifactId=selenium-server-standalone -Dversion=$VERSION -Dpackaging=jar -Dfile=/home/freynaud/workspace/selenium/build/dist/selenium-server-standalone-$VERSION.jar
scp ~/workspace/selenium/build/dist/selenium-server-standalone-$VERSION.jar [email protected]:/home/share/file/grid/selenium-server-standalone-$VERSION.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment