fix: Remove unneeded files
This commit is contained in:
parent
a66d25524a
commit
bee05348cd
@ -7,7 +7,7 @@ which mainly manages OVHcloud's Linux workstations.
|
||||
|
||||
### 🚀 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
|
||||
|
||||
@ -23,7 +23,7 @@ which mainly manages OVHcloud's Linux workstations.
|
||||
|
||||
### 🐛 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
|
||||
|
||||
@ -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))
|
||||
|
||||
|
||||
|
||||
OVHcloud GIS-Workspace Linux Team
|
||||
|
||||
|
@ -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)
|
@ -1 +0,0 @@
|
||||
RAndom file
|
Loading…
x
Reference in New Issue
Block a user