Skip to content

Commit

Permalink
test push
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanMelnyk113 committed Dec 15, 2023
1 parent f9bd5c5 commit f51e3d8
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/charttest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,10 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
git checkout egressd
echo "status before" && git status
ls -l charts
git status
cp -r ${CHART_PATH} ./charts/egressd
echo "status after" && git status
ls -l charts
git status
git add charts/egressd
git commit -m "[egressd] Update chart to ${{env.RELEASE_TAG}}"
git log
# git push
git commit -m "[egressd] Update egressd chart to ${{env.RELEASE_TAG}}"
git push

0 comments on commit f51e3d8

Please sign in to comment.