Skip to content

Commit

Permalink
ci(debug): remove VERBOSE in preference to DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
twometresteve committed Dec 3, 2020
1 parent ed29e42 commit 5133fae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ services:
- BUILDKITE_BUILD_NUMBER
command: --fail-fast --retry 2
environment:
VERBOSE:
DEBUG:
BROWSER: "${BROWSER:-chrome_61}"
BROWSER_STACK_USERNAME:
Expand All @@ -55,7 +54,6 @@ services:
NODE_VERSION: "${NODE_VERSION:-10}"
COMPOSE_PROJECT_NAME: "node${NODE_VERSION:-10}"
NETWORK_NAME: "${BUILDKITE_JOB_ID:-js-maze-runner}"
VERBOSE:
DEBUG:
networks:
default:
Expand All @@ -71,7 +69,6 @@ services:
args:
- BUILDKITE_BUILD_NUMBER
environment:
VERBOSE:
DEBUG:
networks:
default:
Expand All @@ -98,7 +95,6 @@ services:
context: .
dockerfile: dockerfiles/Dockerfile.expo-android-builder
environment:
VERBOSE:
DEBUG:
EXPO_USERNAME:
EXPO_PASSWORD:
Expand All @@ -123,7 +119,6 @@ services:
- REG_BASIC_CREDENTIAL
- REG_NPM_EMAIL
environment:
- VERBOSE
- DEBUG
- BRANCH_NAME
- BUILDKITE
Expand All @@ -148,7 +143,6 @@ services:
args:
- BUILDKITE_BUILD_NUMBER
environment:
VERBOSE:
DEBUG:
SKIP_NAVIGATION_SCENARIOS:
networks:
Expand Down
2 changes: 1 addition & 1 deletion test/browser/features/support/env.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
FIXTURES_SERVER_PORT = "9020"

# start a web server to serve fixtures
if ENV['VERBOSE']
if ENV['DEBUG']
pid = Process.spawn({"PORT"=>FIXTURES_SERVER_PORT}, 'ruby features/lib/server.rb')
else
DEV_NULL = Gem.win_platform? ? 'NUL' : '/dev/null'
Expand Down

0 comments on commit 5133fae

Please sign in to comment.