Skip to content

Commit 4339784

Browse files
committed
[CI] debug
1 parent 764bec0 commit 4339784

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
ssh-keyscan -H github.com > /etc/ssh/ssh_known_hosts 2> /dev/null
2929
- name: build-and-push
3030
run: |
31+
set -x
3132
buf generate
3233
cd ..
3334
git clone git+ssh://[email protected]/cern-eos/go-eosgrpc
@@ -36,7 +37,7 @@ jobs:
3637
git config user.name "cernbox-bot"
3738
cp ../grpc-proto/build/*.go .
3839
git add .
39-
done=$(git commit -m 'Synced to https://github.com/cern-eos/grpc-proto/tree/${{ github.sha }}')
40+
done=(git commit -m "Synced to https://github.com/cern-eos/grpc-proto/tree/${{ github.sha }}")
4041
if [[ $done -eq 0 ]]; then
4142
git push origin main
4243
else

0 commit comments

Comments
 (0)