diff --git a/docker-compose.yml b/docker-compose.yml index ea8ef13..7aede82 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: # trigger complete failure if any fail set -e # secret check - echo -n "${SAMPLE_MESSAGE}raphael" | base64 + echo -n "${SAMPLE_MESSAGE}bernie" | base64 # additional test dependencies (need to update) pip install . pytest pytest-cov # syntax tests @@ -29,4 +29,4 @@ services: volumes: - .:/main networks: - main: \ No newline at end of file + main: