-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1708 from rtCamp/develop
Version update v4.6.5
- Loading branch information
Showing
19 changed files
with
3,159 additions
and
1,500 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,18 +32,23 @@ before_script: | |
- sudo apt-get autoremove | ||
- sudo apt-get autoclean | ||
- sudo bash -c 'echo -e "[user]\n\tname = abc\n\temail = [email protected]" > /home/travis/.gitconfig' | ||
- wget -qO ee rt.cx/ee && sudo bash ee | ||
- sudo ee stack install --nginx | ||
- sudo ee stack install --web | ||
- wget -qO wo wops.cc && sudo bash wo | ||
- sudo wo stack install --nginx | ||
- sudo wo stack install --web | ||
- sudo rm /etc/nginx/conf.d/stub_status.conf /etc/nginx/sites-enabled/22222 | ||
- sudo wo stack restart --nginx | ||
- sudo wp --yes --allow-root cli update --nightly | ||
- sudo ee site create automation.rtmedia.me --wp --user=ADMINUSER [email protected] --pass=ADMINPASS | ||
- sudo wo site create automation.rtmedia.me --wp --user=ADMINUSER [email protected] --pass=ADMINPASS | ||
- sudo sed -i '/^127.0.0.1/ s/$/ automation.rtmedia.me/' /etc/hosts | ||
- sudo chmod 777 -R /var/www | ||
- sudo chown -R $USER:www-data /var/www/automation.rtmedia.me | ||
- sudo chmod -R g+s /var/www/automation.rtmedia.me | ||
- sudo chmod -R o-rwx /var/www/automation.rtmedia.me | ||
- cd /var/www/automation.rtmedia.me/htdocs/wp-content/plugins/ && mkdir rtMedia | ||
- cd $PLUGIN_DIR | ||
- cp -Rf * /var/www/automation.rtmedia.me/htdocs/wp-content/plugins/rtMedia/ | ||
- cd /var/www/automation.rtmedia.me/htdocs/ | ||
- wp --allow-root plugin install https://downloads.wordpress.org/plugin/buddypress.5.1.2.zip | ||
- curl -I http://automation.rtmedia.me | ||
- wp --allow-root plugin install https://downloads.wordpress.org/plugin/buddypress.6.3.0.zip | ||
- wp plugin activate --all | ||
- wp theme activate twentynineteen | ||
- cd $PLUGIN_DIR | ||
|
@@ -81,8 +86,8 @@ script: | |
- codecept run acceptance --steps | ||
|
||
after_script: | ||
- sudo cat /var/log/ee/ee.log | ||
#- sudo cat /var/log/ee/ee.log | ||
|
||
#notifications: | ||
# slack: | ||
# secure: E9tbxOZ/n4Gcwi8SiCKQ5QVw+5AfwdTq4e/VG4epQF74IqXmJJvaJgQSVKLSVXJm4O1u8JHd+ffN1Xheh1FDaKkscuJYQcT4D+oOc40bHhb0tS71v1fAMzMX7NuyqgEu2a8dbYo7bqVKtdj/EBbOPWnwgfMuA6ylTItVf294spA= | ||
# secure: E9tbxOZ/n4Gcwi8SiCKQ5QVw+5AfwdTq4e/VG4epQF74IqXmJJvaJgQSVKLSVXJm4O1u8JHd+ffN1Xheh1FDaKkscuJYQcT4D+oOc40bHhb0tS71v1fAMzMX7NuyqgEu2a8dbYo7bqVKtdj/EBbOPWnwgfMuA6ylTItVf294spA= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.