From dc58886e6bb9be155a9f959211881162e3aee4a1 Mon Sep 17 00:00:00 2001 From: Assaf Morami Date: Mon, 17 Oct 2022 12:45:21 +0300 Subject: [PATCH] Resolve master conflict --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4fc3da424..bcee710f3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -317,7 +317,7 @@ jobs: make kill-localsecret # next step needs the localsecret ports - name: Run secret.js tests run: | - git clone --depth 1 https://github.com/scrtlabs/secret.js + git clone --depth 1 --branch master https://github.com/scrtlabs/secret.js cd secret.js # Use the docker images that we built just a few steps above perl -i -pe 's/localsecret:.+?"/localsecret:v0.0.0"/' ./test/*