Skip to content

Commit

Permalink
circleci: keep *_puresqubi.* artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuton committed Aug 11, 2022
1 parent 53afcbd commit c452904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ jobs:
cp ${IMAGE_PATH}/*.trx workspace/release/
cp ${IMAGE_PATH}/DSL*DSL*.md5 workspace/release/ || :
else
cp ${IMAGE_PATH}/*_cferom_puresqubi.md5 workspace/release
cp ${IMAGE_PATH}/*_cferom_puresqubi.w workspace/release || :
cp ${IMAGE_PATH}/*_puresqubi.md5 workspace/release
cp ${IMAGE_PATH}/*_puresqubi.w workspace/release || :
fi
cp /tmp/build.log workspace/release/${MODEL}-build.log
if [ -z "${CIRCLE_TAG}" ]; then
Expand Down

0 comments on commit c452904

Please sign in to comment.