Summary: So it's possible to test emails without reading logs Test Plan: tbd Reviewers: #reviewers Subscribers: jenkins-user Differential Revision: https://hub.sealcode.org/D1099
8 lines
136 B
Bash
Executable File
8 lines
136 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export SEALIOUS_PORT="${PORT}0"
|
|
SEALIOUS_BASE_URL=$(cat .base_url)
|
|
export SEALIOUS_BASE_URL
|
|
|
|
docker-compose down --volumes
|