Skip to content

Commit

Permalink
[CI] debug
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Feb 4, 2025
1 parent 764bec0 commit 4339784
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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://[email protected]/cern-eos/go-eosgrpc
Expand All @@ -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
Expand Down

0 comments on commit 4339784

Please sign in to comment.