From 4339784939eba2310c06be97c8ce50fe426b0b4c Mon Sep 17 00:00:00 2001 From: Giuseppe Lo Presti Date: Tue, 4 Feb 2025 16:22:54 +0100 Subject: [PATCH] [CI] debug --- .github/workflows/build-and-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 7ff0f4f..feedd74 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -28,6 +28,7 @@ jobs: ssh-keyscan -H github.com > /etc/ssh/ssh_known_hosts 2> /dev/null - name: build-and-push run: | + set -x buf generate cd .. git clone git+ssh://git@github.com/cern-eos/go-eosgrpc @@ -36,7 +37,7 @@ jobs: git config user.name "cernbox-bot" cp ../grpc-proto/build/*.go . git add . - done=$(git commit -m 'Synced to https://github.com/cern-eos/grpc-proto/tree/${{ github.sha }}') + done=(git commit -m "Synced to https://github.com/cern-eos/grpc-proto/tree/${{ github.sha }}") if [[ $done -eq 0 ]]; then git push origin main else