Skip to content

Commit 75aa92d

Browse files
committed
feat(build): clean useless ci script
1 parent d1cb2af commit 75aa92d

16 files changed

+8
-775
lines changed

.circleci_old/README.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

.circleci_old/config.yml

Lines changed: 0 additions & 151 deletions
This file was deleted.

.github/workflows/release-new-version.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- name: Fetch repository
17+
- name: Fetch Android-Inventory-Library Repository
1818
uses: actions/checkout@v3
1919
with:
2020
fetch-depth: 0 #To Fetch All Tags and Branches
2121

22-
- name: Install dependencies
22+
- name: Install Dependencies
2323
uses: php-actions/composer@v6
2424
with:
2525
dev: no
2626

27-
- name: "Extract current tag name"
27+
- name: "Extract Current Tag Name"
2828
run: echo "tag_name=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
2929

30-
- name: Extract previous tag name
30+
- name: Extract Previous Tag Name
3131
run: echo "previous_tag_name=$(git tag --sort=taggerdate | tail -1)" >> $GITHUB_ENV
3232

33-
- name: set up JDK 11
33+
- name: Set Up JDK 11
3434
uses: actions/setup-java@v3
3535
with:
3636
java-version: '11'
@@ -41,7 +41,7 @@ jobs:
4141
# Prepare / Build project APK / AAR / JAR #
4242
##############################################
4343
# Grant execute permission for gradlew
44-
- name: Grant execute permission for gradlew
44+
- name: Grant Execute Permission For Gradlew
4545
run: chmod +x gradlew
4646
# Build app
4747
- name: Build project APK / AAR / JAR
@@ -50,15 +50,15 @@ jobs:
5050
#####################
5151
# Prepare release #
5252
#####################
53-
- name: "Extract clean git log (conventianl commits)"
53+
- name: "Extract Clean Git Log (Conventional Commit)"
5454
run: |
5555
{
5656
echo 'release_body<<EOF'
5757
./vendor/bin/robo build:log ${{ env.previous_tag_name }} HEAD 0
5858
echo EOF
5959
} >> "$GITHUB_ENV"
6060
61-
- name: Release
61+
- name: Create Release
6262
uses: softprops/action-gh-release@v1
6363
if: startsWith(github.ref, 'refs/tags/')
6464
with:

ci/README.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

ci/scripts/ci_bintray.sh

Lines changed: 0 additions & 39 deletions
This file was deleted.

ci/scripts/ci_coverage.sh

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)