diff options
author | DylanB95EST <dylan.byrne@est.tech> | 2021-09-23 12:22:55 +0100 |
---|---|---|
committer | DylanB95EST <dylan.byrne@est.tech> | 2021-09-23 12:23:03 +0100 |
commit | fee86998e32126bf201d53a832637b801f609005 (patch) | |
tree | 5ca6cc8c5e7ee0b9a36e644684ffa78e34eb926a /.gitignore | |
parent | 2ada179e24a4adf5ad69a594435fbfff2c5178b4 (diff) |
openapi.yaml should not be modified when the application is compiled revert
Revert changes made to bug raised in CPS-674.
Files will now need to be added manually as part of the release process.
Extra step has been added here
https://wiki.onap.org/display/DW/CPS+Release+Process
Issue-ID: CPS-674
Change-Id: I3da6ca7aa8154c379d3f1c3b042b4c096275ca62
Signed-off-by: DylanB95EST <dylan.byrne@est.tech>
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index cafc7a1fd6..3c5994fa22 100755 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,6 @@ cps-application/archunit_store target/ log/ -docs/api/swagger/cps/openapi.yaml -docs/api/swagger/ncmp/openapi.yaml .idea/ .idea_modules/ |