Skip to content

Commit

Permalink
revert CI (#54)
Browse files Browse the repository at this point in the history
* Revert ":green_heart: Fix CI: push with valid signatures (#52)"

This reverts commit 8b3a3ad.

* Revert "Fix CI: fix invalid user name (#53)"

This reverts commit a9f9164.
  • Loading branch information
vankichi authored Sep 14, 2023
1 parent a9f9164 commit 8e9e9e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
- name: commit and push
run: |
sha=`make vald/sha/print`
git config --global user.name 'vdaas-ci'
git config --global user.email 'vald@vdaas.org'
git config --global user.name 'VDaaS org'
git config --global user.email 'ci@vdaas.org'
git remote set-url origin https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/$GITHUB_REPOSITORY
git add .
git commit -S -m "Update [vald sha: ${sha}]"
git commit -m "Update [vald sha: ${sha}]"
git push
env:
GITHUB_USER: ${{ secrets.CI_USER }}
Expand Down

0 comments on commit 8e9e9e3

Please sign in to comment.