diff options
| author | Jeroen Wijenbergh <jeroenwijenbergh@protonmail.com> | 2022-04-25 16:42:38 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-04-25 16:42:38 +0200 |
| commit | a20beedd3b35b974d7bce325cc3f1959489e7443 (patch) | |
| tree | 3a394632b9f3cea3d4db0641c01a7ed9bf8be4a3 /ci | |
| parent | 44df9cb92abe66cf12e887ef19e60a01461b3558 (diff) | |
Tests: Skip server tests if no SERVER_URI is passed
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/docker/docker-compose.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/docker/docker-compose.yml b/ci/docker/docker-compose.yml index 60bd21d..7e102e4 100644 --- a/ci/docker/docker-compose.yml +++ b/ci/docker/docker-compose.yml @@ -2,10 +2,12 @@ version: '3' # Common environment vars # These are the credentials for the portal +# And the URI of the server x-common-env: &common-env PORTAL_USER: ${PORTAL_USER} PORTAL_PASS: ${PORTAL_PASS} OAUTH_EXPIRED_TTL: ${OAUTH_EXPIRED_TTL} + SERVER_URI: "https://eduvpnserver" # Define a network so that the containers can talk with eachother using their service name networks: |
