Skip to content

Commit

Permalink
Skipping generate regsync and commit files steps
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmlp committed Oct 19, 2023
1 parent b478706 commit 5f6e9ec
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/regsync-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,22 @@ jobs:
# Need to remove export version once rancher/charts gets the latest version
# of charts-build-script binary.
# Test removal of regsync.yaml, commit and push before regenerating it
- name: Generate RegSync
run: |
echo ${{ secrets.PUSH_TOKEN }} | gh auth login --with-token
gh pr checkout ${{ github.event.pull_request.number }}
git config --global user.email "${{ secrets.USER_GITHUB }}"
git config --global user.name "rancherbot"
export CHARTS_BUILD_SCRIPT_VERSION=v0.4.2
make pull-scripts
make regsync
# - name: Generate RegSync
# run: |
# echo ${{ secrets.PUSH_TOKEN }} | gh auth login --with-token
# gh pr checkout ${{ github.event.pull_request.number }}
# git config --global user.email "${{ secrets.USER_GITHUB }}"
# git config --global user.name "rancherbot"
# export CHARTS_BUILD_SCRIPT_VERSION=v0.4.2
# make pull-scripts
# make regsync

- name: Commit files
run: |
git add regsync.yaml
git commit -m "Updating resync.yaml"
git branch
git push
# - name: Commit files
# run: |
# git add regsync.yaml
# git commit -m "Updating resync.yaml"
# git branch
# git push

- name: Install Regsync
run: |
Expand Down

0 comments on commit 5f6e9ec

Please sign in to comment.