Skip to content

Commit f89d68a

Browse files
committed
Clean
1 parent 531b636 commit f89d68a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/CI.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616

1717
env:
1818
# Cache params
19-
CACHE_VERSION: 2022061902 # To be able to create a new cache (YYYYMMDDXX)
19+
CACHE_VERSION: 2022061903 # To be able to create a new cache (YYYYMMDDXX)
2020
COVERAGE_OUTPUT_STYLE: clover
2121
TEST_OUTPUT_STYLE: pretty
2222
COMPOSER_OPTIONS: --optimize-autoloader
@@ -103,10 +103,7 @@ jobs:
103103
if: steps.cache.outputs.cache-hit != 'true'
104104
run: |
105105
mkdir -p $CODACY_CACHE_PATH \
106-
&& echo $CODACY_BIN \
107-
&& touch $( echo $CODACY_BIN ) \
108-
&& (ls -ail $CODACY_CACHE_PATH $CODACY_BIN || true) \
109-
&& curl -LN https://coverage.codacy.com/get.sh -o $( echo $CODACY_BIN ) \
106+
&& curl -LN https://coverage.codacy.com/get.sh -o $CODACY_BIN \
110107
&& chmod +x $CODACY_BIN \
111108
&& $CODACY_BIN download
112109
@@ -160,7 +157,7 @@ jobs:
160157
if: steps.cache.outputs.cache-hit != 'true'
161158
run: |
162159
mkdir -p $CODACY_CACHE_PATH \
163-
&& curl -LN https://coverage.codacy.com/get.sh -o $( echo $CODACY_BIN ) \
160+
&& curl -LN https://coverage.codacy.com/get.sh -o $CODACY_BIN \
164161
&& chmod +x $CODACY_BIN \
165162
&& $CODACY_BIN download
166163

0 commit comments

Comments
 (0)