From 1d635f3cc75a3fc678d3e7416592693877b06c9b Mon Sep 17 00:00:00 2001 From: Itzik Grossman Date: Thu, 8 Jun 2023 11:21:32 +0300 Subject: [PATCH] Change secretjs ci branch back to master --- .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 d781ebb8b..c59c1d388 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -341,7 +341,7 @@ jobs: make kill-localsecret # next step needs the localsecret ports - name: Run secret.js tests run: | - git clone --depth 1 --branch emergency_button 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/docker-compose.yml