Skip to content

Commit

Permalink
remove useless echos from github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gciatto committed Oct 27, 2020
1 parent bd0081f commit 1d21fc2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/on-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fetch-depth: 0 # all history

- name: Get All Tags
run: git fetch --tags -f || echo Fail to fetch tags
run: git fetch --tags -f

# - *cache_jdk
- name: Cache JDK
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
fetch-depth: 0 # all history

- name: Get All Tags
run: git fetch --tags -f || echo Fail to fetch tags
run: git fetch --tags -f

# - *cache_jdk
- name: Cache JDK
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
fetch-depth: 0 # all history

- name: Get All Tags
run: git fetch --tags -f || echo Fail to fetch tags
run: git fetch --tags -f

# - *cache_jdk
- name: Cache JDK
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
fetch-depth: 0 # all history

- name: Get All Tags
run: git fetch --tags -f || echo Fail to fetch tags
run: git fetch --tags -f

# - *cache_jdk
- name: Cache JDK
Expand Down Expand Up @@ -282,7 +282,7 @@ jobs:
fetch-depth: 0 # all history

- name: Get All Tags
run: git fetch --tags -f || echo Fail to fetch tags
run: git fetch --tags -f

# - *cache_jdk
- name: Cache JDK
Expand Down Expand Up @@ -335,7 +335,7 @@ jobs:
fetch-depth: 0 # all history

- name: Get All Tags
run: git fetch --tags -f || echo Fail to fetch tags
run: git fetch --tags -f

# - *cache_jdk
- name: Cache JDK
Expand Down Expand Up @@ -385,7 +385,7 @@ jobs:
fetch-depth: 0 # all history

- name: Get All Tags
run: git fetch --tags -f || echo Fail to fetch tags
run: git fetch --tags -f

# - *cache_jdk
- name: Cache JDK
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fetch-depth: 0 # all history

- name: Get All Tags
run: git fetch --tags -f || echo Fail to fetch tags
run: git fetch --tags -f

# - *cache_jdk
- name: Cache JDK
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
fetch-depth: 0 # all history

- name: Get All Tags
run: git fetch --tags -f || echo Fail to fetch tags
run: git fetch --tags -f

# - *cache_jdk
- name: Cache JDK
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
fetch-depth: 0 # all history

- name: Get All Tags
run: git fetch --tags -f || echo Fail to fetch tags
run: git fetch --tags -f

# - *cache_jdk
- name: Cache JDK
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
fetch-depth: 0 # all history

- name: Get All Tags
run: git fetch --tags -f || echo Fail to fetch tags
run: git fetch --tags -f

# - *cache_jdk
- name: Cache JDK
Expand Down Expand Up @@ -282,7 +282,7 @@ jobs:
fetch-depth: 0 # all history

- name: Get All Tags
run: git fetch --tags -f || echo Fail to fetch tags
run: git fetch --tags -f

# - *cache_jdk
- name: Cache JDK
Expand Down Expand Up @@ -338,7 +338,7 @@ jobs:
fetch-depth: 0 # all history

- name: Get All Tags
run: git fetch --tags -f || echo Fail to fetch tags
run: git fetch --tags -f

# - *cache_jdk
- name: Cache JDK
Expand Down Expand Up @@ -392,7 +392,7 @@ jobs:
fetch-depth: 0 # all history

- name: Get All Tags
run: git fetch --tags -f || echo Fail to fetch tags
run: git fetch --tags -f

# - *cache_jdk
- name: Cache JDK
Expand Down Expand Up @@ -442,7 +442,7 @@ jobs:
fetch-depth: 0 # all history

- name: Get All Tags
run: git fetch --tags -f || echo Fail to fetch tags
run: git fetch --tags -f

# - *cache_jdk
- name: Cache JDK
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/quick-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fetch-depth: 0 # all history

- name: Get All Tags
run: git fetch --tags -f || echo Fail to fetch tags
run: git fetch --tags -f

# - *cache_jdk
- name: Cache JDK
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
fetch-depth: 0 # all history

- name: Get All Tags
run: git fetch --tags -f || echo Fail to fetch tags
run: git fetch --tags -f

# - *cache_jdk
- name: Cache JDK
Expand Down

0 comments on commit 1d21fc2

Please sign in to comment.