prevent eager filtering (#1532)

This commit is contained in:
Guillermo Vayá 2021-04-13 11:51:51 +02:00 committed by GitHub
parent 3f93702379
commit aec6a8a255
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -239,7 +239,7 @@ jobs:
echo $(pwd)
ls .
curl -H "Circle-Token: $CIRCLE_TOKEN" -H "Accept: application/json" -X GET "https://circleci.com/api/v2/project/github/mattermost/desktop/$CIRCLE_BUILD_NUM/artifacts" | jq -r '.items[].url' >> ./dist/artifactlist.txt
grep -v ".yml" ./dist/artifactlist.txt | grep -v "._" > ./templist.txt
grep -v ".yml" ./dist/artifactlist.txt | grep -v "\._" > ./templist.txt
echo "##### :tux: Linux" > ./dist/linklist.txt
grep "linux" ./templist.txt | awk -F/ '{print "- ["$NF"]("$0")"}' >> ./dist/linklist.txt
echo "##### :apple_logo: macOS" >> ./dist/linklist.txt