fix: Remove unneeded files
Some checks failed
Pull Request Checks / commit-message-check (pull_request) Successful in 4s
Pull Request Checks / linting (pull_request) Successful in 48s
Post PR Merge Action / integrate (push) Failing after 6s

This commit is contained in:
christiangoeschel 2025-02-14 12:58:20 -05:00
parent a66d25524a
commit bee05348cd
3 changed files with 2 additions and 15 deletions

View File

@ -7,7 +7,7 @@ which mainly manages OVHcloud's Linux workstations.
### 🚀 Features ### 🚀 Features
- *(ci)* Add commit message format and squash commit checks - ([b345768](https://stash.ovh.net/projects/GISWORKSPACE/repos/puppet-playground/commits/b3457687814f75bdf0ef13e9b3521466f0011234)) - _(ci)_ Add commit message format and squash commit checks - ([b345768](https://stash.ovh.net/projects/GISWORKSPACE/repos/puppet-playground/commits/b3457687814f75bdf0ef13e9b3521466f0011234))
### [0.3.0] - 2025-02-11 ### [0.3.0] - 2025-02-11
@ -23,7 +23,7 @@ which mainly manages OVHcloud's Linux workstations.
### 🐛 Bug Fixes ### 🐛 Bug Fixes
- *(configs)* Fix module file - ([d1eee0c](https://stash.ovh.net/projects/GISWORKSPACE/repos/puppet-playground/commits/d1eee0c3024450fbc48082979eb001a5b0165e58)) - _(configs)_ Fix module file - ([d1eee0c](https://stash.ovh.net/projects/GISWORKSPACE/repos/puppet-playground/commits/d1eee0c3024450fbc48082979eb001a5b0165e58))
### [0.2.0] - 2025-02-10 ### [0.2.0] - 2025-02-10
@ -37,7 +37,4 @@ which mainly manages OVHcloud's Linux workstations.
- Add dev tools and helper scripts - ([c1eb61d](https://stash.ovh.net/projects/GISWORKSPACE/repos/puppet-playground/commits/c1eb61d42581c4c0ab731fd428cc564a4e2d53d4)) - Add dev tools and helper scripts - ([c1eb61d](https://stash.ovh.net/projects/GISWORKSPACE/repos/puppet-playground/commits/c1eb61d42581c4c0ab731fd428cc564a4e2d53d4))
OVHcloud GIS-Workspace Linux Team OVHcloud GIS-Workspace Linux Team

View File

@ -1,9 +0,0 @@
import os
import git
# Global variables and constant
current_dir = os.getcwd()
repo = git.Repo(current_dir)
tree = repo.head.commit.message
print(tree)

View File

@ -1 +0,0 @@
RAndom file