Skip to content

Commit

Permalink
Added branch-build server to ea-version script
Browse files Browse the repository at this point in the history
  • Loading branch information
knshaum committed Aug 9, 2013
1 parent ec7595b commit a322b41
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/ea-version
@@ -1,3 +1,4 @@
#!/bin/sh #!/bin/sh
echo 'QA-BUILD: ' $(wget -O - -q http://qa-build.cpanel.net/cpanelsync/easy/version_easy) echo 'BRANCH-BUILD: ' $(wget -O - -q http://branch-build.dev.cpanel.net/cpanelsync/easy/version_easy)
echo 'PRODUCTION:' $(wget -O - -q http://httpupdate.cpanel.net/cpanelsync/easy/version_easy) echo 'QA-BUILD: ' $(wget -O - -q http://qa-build.cpanel.net/cpanelsync/easy/version_easy)
echo 'PRODUCTION: ' $(wget -O - -q http://httpupdate.cpanel.net/cpanelsync/easy/version_easy)

0 comments on commit a322b41

Please sign in to comment.