From c96a9e6a8c7e176d1ceae8f732739641c5287a2c Mon Sep 17 00:00:00 2001 From: DataJoint Bot <60896955+datajointbot@users.noreply.github.com> Date: Wed, 4 Nov 2020 17:34:09 -0600 Subject: [PATCH] Design a new test with secret --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: