File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -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
You can’t perform that action at this time.
0 commit comments