Skip to content

Commit

Permalink
Remove git pull cicd (#47)
Browse files Browse the repository at this point in the history
* remove git pull
  • Loading branch information
jharrod authored Jun 15, 2023
1 parent 6714199 commit cf70393
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ jobs:
run: |
export VERSION=$(cat VERSION)
export BRANCH=$(cat BRANCH)
git pull --rebase
make generate-operator-yaml
git config --global user.name ${{ secrets.ACTIONS_USER }}
git config --global user.email ${{ secrets.ACTIONS_EMAIL }}
Expand Down

0 comments on commit cf70393

Please sign in to comment.