Skip to content

Commit

Permalink
Merge pull request #520 from che-incubator/fix-readme
Browse files Browse the repository at this point in the history
chore: Fix instructions related to artifacts.lock.yaml
  • Loading branch information
RomanNikitenko authored Mar 3, 2025
2 parents 511a225 + d2c16b6 commit 6264023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ git fetch upstream-code main
```bash
./build/artifacts/generate.sh
git add ./build/artifacts/artifacts.lock.yaml
git commit -m "Update artifacts.lock.yaml" --signoff
git push origin main
git commit -m "chore: Update artifacts.lock.yaml" --signoff
git push origin fix-rebase
```
6. Open a PR with your changes.

Expand Down

0 comments on commit 6264023

Please sign in to comment.