From 029576afa95653bba2083b167cd57c224231e354 Mon Sep 17 00:00:00 2001 From: akvlad Date: Tue, 29 Mar 2022 14:53:10 +0300 Subject: [PATCH] action update --- .gitignore | 1 + .gitmodules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a234f963..885b11fa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules /docker-env/ /docker-env/ +/test/e2e/ diff --git a/.gitmodules b/.gitmodules index 359a6601..5def0990 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "test/e2e"] path = test/e2e - url = git@github.com:metrico/cloki-test.git + url = https://github.com/metrico/cloki-test.git