Skip to content

Commit

Permalink
Merge pull request #135 from NearNodeFlash/deploy-repo-correction
Browse files Browse the repository at this point in the history
Update the release guide to add the tagged submodules to the nnf-depl…
  • Loading branch information
ajfloeder authored Feb 29, 2024
2 parents 6fc9d28 + 5f7c017 commit fe86b8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/repo-guides/release-nnf-sw/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,14 @@ that everything is current on `master` for `nnf-deploy`.
git submodule foreach 'git checkout `git describe --match="v*" HEAD`'
```

6. Verify that each submodule is now at the proper tagged version.
6. Add each submodule to the commit with `git add`.

7. Verify that each submodule is now at the proper tagged version.

```shell
git submodule
```

7. Do a `git add` for each of the submodules.

8. Update `config/repositories.yaml` with the referenced versions for:

1. `lustre-csi-driver`
Expand Down

0 comments on commit fe86b8f

Please sign in to comment.