Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Commit

Permalink
RETCON 1
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Oct 16, 2016
1 parent 667be28 commit 7db2750
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "php",
"version": "2.1.0-rc.1",
"version": "2.1.0-rc.0",
"dependencies": {
"lodash": "^3.9.3"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"wordpress",
"php"
],
"version": "2.1.0-rc.1",
"version": "2.1.0-rc.0",
"repository": {
"type": "git",
"url": "https://github.com/kalabox/kalabox-app-php.git"
Expand Down
2 changes: 1 addition & 1 deletion test/backdrop.bats
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ setup() {
# Check that we have the correct DNS entry
#
@test "Check that we have the correct DNS entry." {
$DOCKER exec kalabox_proxy_1 redis-cli -p 8160 lrange frontend:http://${PHP_BACKDROP_NAME}.kbox 0 5 | grep 10.13.37.100
$DOCKER exec kalabox_proxy_1 redis-cli -p 8160 lrange frontend:http://${PHP_BACKDROP_NAME}.kbox 0 5
}

#
Expand Down
2 changes: 1 addition & 1 deletion test/drupal7.bats
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ setup() {
# Check that we have the correct DNS entry
#
@test "Check that we have the correct DNS entry." {
$DOCKER exec kalabox_proxy_1 redis-cli -p 8160 lrange frontend:http://${PHP_DRUPAL7_NAME}.kbox 0 5 | grep 10.13.37.100
$DOCKER exec kalabox_proxy_1 redis-cli -p 8160 lrange frontend:http://${PHP_DRUPAL7_NAME}.kbox 0 5
}

#
Expand Down
2 changes: 1 addition & 1 deletion test/drupal8.bats
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ setup() {
# Check that we have the correct DNS entry
#
@test "Check that we have the correct DNS entry." {
$DOCKER exec kalabox_proxy_1 redis-cli -p 8160 lrange frontend:http://${PHP_DRUPAL8_NAME}.kbox 0 5 | grep 10.13.37.100
$DOCKER exec kalabox_proxy_1 redis-cli -p 8160 lrange frontend:http://${PHP_DRUPAL8_NAME}.kbox 0 5
}

#
Expand Down
2 changes: 1 addition & 1 deletion test/wordpress.bats
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ setup() {
# Check that we have the correct DNS entry
#
@test "Check that we have the correct DNS entry." {
$DOCKER exec kalabox_proxy_1 redis-cli -p 8160 lrange frontend:http://${PHP_WORDPRESS_NAME}.kbox 0 5 | grep 10.13.37.100
$DOCKER exec kalabox_proxy_1 redis-cli -p 8160 lrange frontend:http://${PHP_WORDPRESS_NAME}.kbox 0 5
}

#
Expand Down

0 comments on commit 7db2750

Please sign in to comment.