Remove debugging related items
This commit is contained in:
parent
8f22921622
commit
da40d22add
@ -15,8 +15,6 @@ before_install:
|
|||||||
- sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
|
- sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
|
||||||
# Manually initialize submodules
|
# Manually initialize submodules
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
- /sbin/ip route|awk '/default/ { print $3 }'
|
|
||||||
- /sbin/ip addr
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- docker run -d --name postgres96 postgres:9.6-alpine
|
- docker run -d --name postgres96 postgres:9.6-alpine
|
||||||
|
@ -4,10 +4,5 @@
|
|||||||
|
|
||||||
source "$(dirname "${0}")"/../script/include/global_header.inc.sh
|
source "$(dirname "${0}")"/../script/include/global_header.inc.sh
|
||||||
|
|
||||||
echo
|
|
||||||
echo "DEBUG: Hosts file:"
|
|
||||||
cat /etc/hosts
|
|
||||||
echo
|
|
||||||
|
|
||||||
# Run lint/style checks and unit tests
|
# Run lint/style checks and unit tests
|
||||||
source ./script/test
|
source ./script/test
|
||||||
|
@ -6,9 +6,3 @@ source "$(dirname "${0}")"/../script/include/global_header.inc.sh
|
|||||||
|
|
||||||
# Run the shared get_db_settings script
|
# Run the shared get_db_settings script
|
||||||
source ./script/include/run_get_db_settings.sh
|
source ./script/include/run_get_db_settings.sh
|
||||||
|
|
||||||
echo
|
|
||||||
echo "Postgres settings: "
|
|
||||||
echo "PGHOST: $PGHOST"
|
|
||||||
echo "PGDATABASE: $PGDATABASE"
|
|
||||||
echo
|
|
||||||
|
@ -14,8 +14,5 @@ DATABASE_NAME="atat"
|
|||||||
# Enable database resetting
|
# Enable database resetting
|
||||||
RESET_DB="true"
|
RESET_DB="true"
|
||||||
|
|
||||||
echo "Hosts file:"
|
|
||||||
cat /etc/hosts
|
|
||||||
|
|
||||||
# Run the shared setup script
|
# Run the shared setup script
|
||||||
source ./script/include/run_setup
|
source ./script/include/run_setup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user