Skip to content

Commit 38e254f

Browse files
committed
remove manifest as artifact
1 parent 7c358c3 commit 38e254f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.circleci/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -549,8 +549,6 @@ jobs:
549549
tar -zcf "${BASEDIR}/archives/skupper-cli-${VERSION}-$p.tgz" *
550550
fi
551551
done
552-
ls tmp
553-
cp tmp/manifest.json ${BASEDIR}/archives
554552
cd ${BASEDIR}
555553
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -replace -prerelease -draft ${VERSION} "${BASEDIR}/archives"
556554

0 commit comments

Comments
 (0)