Skip to content

Commit

Permalink
ci fix: give access permission to tls key certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
usuletw022 committed Mar 25, 2024
1 parent ec97fb3 commit c2e9b0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e_tests/run-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ TEST_DIR="$CSMS_DIR/e2e_tests/test_driver"
start_docker_compose_for_maeve_csms() {
cd "$CSMS_DIR"
(cd config/certificates && make)
chmod 755 $CSMS_DIR/config/certificates/csms.key
docker-compose up
if [ $? -eq 0 ]; then
echo "Docker Compose started successfully"
Expand Down

0 comments on commit c2e9b0b

Please sign in to comment.