Skip to content

Commit 14e5e7d

Browse files
committed
Remove references to PHP plugin
1 parent ddacefe commit 14e5e7d

File tree

4 files changed

+12
-48
lines changed

4 files changed

+12
-48
lines changed

.github/workflows/manual_release.yml

Lines changed: 5 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: Manual Release
2+
23
on:
34
workflow_dispatch:
45
inputs:
56
confirmeRelease:
67
description: 'Confirm manual release creation (by typing "true") ? ----- WARNING : check version (in pom.xml files) and release notes (in CHANGELOG.md file) before confirm'
78
default: 'false'
9+
810
jobs:
911
checks:
1012
name: Requirements
@@ -14,7 +16,7 @@ jobs:
1416
- name: Check user permissions
1517
uses: 74th/[email protected]
1618
with:
17-
users: dedece35,glalloue,jhertout,jules-delecour-dav,olegoaer,zippy1978
19+
users: dedece35,glalloue,jhertout,jules-delecour-dav,olegoaer,zippy1978,utarwyn
1820
build:
1921
name: Build And Release
2022
needs: checks
@@ -68,49 +70,8 @@ jobs:
6870
- name: Export UPLOAD_URL
6971
id: export_upload_url
7072
run: echo "upload_url=${{ steps.create_release.outputs.upload_url }}" >> $GITHUB_OUTPUT
71-
upload-java:
72-
name: Upload Java Plugin
73-
runs-on: ubuntu-latest
74-
needs: build
75-
steps:
76-
- name: Import plugin JAR files
77-
id: import_jar_files
78-
uses: actions/download-artifact@v3
79-
with:
80-
name: ecocode-plugins
81-
path: lib
82-
- name: Upload Release Asset - Java Plugin
83-
id: upload-release-asset
84-
uses: actions/upload-release-asset@v1
85-
env:
86-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
87-
with:
88-
upload_url: ${{needs.build.outputs.upload_url}}
89-
asset_path: lib/ecocode-java-plugin-${{ needs.build.outputs.last_tag }}.jar
90-
asset_name: ecocode-java-plugin-${{ needs.build.outputs.last_tag }}.jar
91-
asset_content_type: application/zip
92-
upload-php:
93-
name: Upload PHP Plugin
94-
runs-on: ubuntu-latest
95-
needs: build
96-
steps:
97-
- name: Import plugin JAR files
98-
id: import_jar_files
99-
uses: actions/download-artifact@v3
100-
with:
101-
name: ecocode-plugins
102-
path: lib
103-
- name: Upload Release Asset - PHP Plugin
104-
id: upload-release-asset
105-
uses: actions/upload-release-asset@v1
106-
env:
107-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
108-
with:
109-
upload_url: ${{needs.build.outputs.upload_url}}
110-
asset_path: lib/ecocode-php-plugin-${{ needs.build.outputs.last_tag }}.jar
111-
asset_name: ecocode-php-plugin-${{ needs.build.outputs.last_tag }}.jar
112-
asset_content_type: application/zip
113-
upload-python:
73+
74+
upload:
11475
name: Upload Python Plugin
11576
runs-on: ubuntu-latest
11677
needs: build

.github/workflows/tag_release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Tag Release
2+
23
on:
34
push:
45
tags:
56
- '[0-9]+.[0-9]+.[0-9]+'
7+
68
jobs:
79
checks:
810
name: Requirements
@@ -11,7 +13,7 @@ jobs:
1113
- name: Check user permissions
1214
uses: 74th/[email protected]
1315
with:
14-
users: dedece35,glalloue,jhertout,jules-delecour-dav,olegoaer,zippy1978
16+
users: dedece35,glalloue,jhertout,jules-delecour-dav,olegoaer,zippy1978,utarwyn
1517
build:
1618
name: Build And Release
1719
runs-on: ubuntu-latest
@@ -48,7 +50,8 @@ jobs:
4850
- name: Export UPLOAD_URL
4951
id: export_upload_url
5052
run: echo "upload_url=${{ steps.create_release.outputs.upload_url }}" >> $GITHUB_OUTPUT
51-
upload-python:
53+
54+
upload:
5255
name: Upload Python Plugin
5356
runs-on: ubuntu-latest
5457
needs: build

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Project structure
1414
Here is a preview of project tree :
1515

1616
```txt
17-
ecoCode-php # Root directory
17+
ecoCode-python # Root directory
1818
|
1919
+--src # source directory
2020
|

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ check [ecoCode repository](https://github.com/green-code-initiative/ecoCode#-get
3131
🛒 Distribution
3232
------------------
3333

34-
Ready to use binaries are available [from GitHub](https://github.com/green-code-initiative/ecoCode-php/releases).
34+
Ready to use binaries are available [from GitHub](https://github.com/green-code-initiative/ecoCode-python/releases).
3535

3636
🧩 Compatibility
3737
------------------

0 commit comments

Comments
 (0)