Skip to content

Commit

Permalink
test(e2e): Remove leftover debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
moduli committed Apr 2, 2024
1 parent 1778ab9 commit 70ca5f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion enos/modules/docker_minio/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ docker run \
mc admin user add miniotest ${MINIO_USER_ID} ${MINIO_USER_PASSWORD};
mc admin policy create miniotest testpolicy /test/policy.json;
mc admin policy attach miniotest testpolicy --user ${MINIO_USER_ID};
echo "mc admin user svcacct add miniotest ${MINIO_USER_ID} --access-key ${MINIO_USER_ACCESS_KEY_ID} --secret-key ${MINIO_USER_SECRET_ACCESS_KEY}";
mc admin user svcacct add miniotest ${MINIO_USER_ID} --access-key ${MINIO_USER_ACCESS_KEY_ID} --secret-key ${MINIO_USER_SECRET_ACCESS_KEY};
'

0 comments on commit 70ca5f3

Please sign in to comment.