Skip to content

Commit

Permalink
Revert "create config manager for mac"
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelendik authored Jun 10, 2020
1 parent 0cb5bbb commit f528fd8
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 39 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ nginx/conf.d/default.conf.bak
variables.env.bak
selenoid/browsers.json.bak
selenoid/video/*.mp4
selenoid/bin/cm
Empty file removed selenoid/bin/.gitkeep
Empty file.
Binary file added selenoid/bin/cm_linux_amd64
Binary file not shown.
36 changes: 0 additions & 36 deletions selenoid/download.sh

This file was deleted.

5 changes: 3 additions & 2 deletions selenoid/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
BASEDIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
cd ${BASEDIR}

#TODO: execute binary based on host architecture to support mac/win as well

echo downloading latest chrome/firefox/opera browser images
${BASEDIR}/download.sh
${BASEDIR}/bin/cm selenoid update --vnc --config-dir "${BASEDIR}" $*
${BASEDIR}/bin/cm_linux_amd64 selenoid update --vnc --config-dir "${BASEDIR}" $*

docker rm -f selenoid

0 comments on commit f528fd8

Please sign in to comment.