File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ concurrency:
16
16
17
17
env :
18
18
# 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)
20
20
COVERAGE_OUTPUT_STYLE : clover
21
21
TEST_OUTPUT_STYLE : pretty
22
22
COMPOSER_OPTIONS : --optimize-autoloader
@@ -103,10 +103,7 @@ jobs:
103
103
if : steps.cache.outputs.cache-hit != 'true'
104
104
run : |
105
105
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 \
110
107
&& chmod +x $CODACY_BIN \
111
108
&& $CODACY_BIN download
112
109
@@ -160,7 +157,7 @@ jobs:
160
157
if : steps.cache.outputs.cache-hit != 'true'
161
158
run : |
162
159
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 \
164
161
&& chmod +x $CODACY_BIN \
165
162
&& $CODACY_BIN download
166
163
You can’t perform that action at this time.
0 commit comments