Skip to content

Commit 0649c29

Browse files
committed
Jenkinsfile: don't add the creator feed
We have decided to de-couple platform support and creator in terms of release cycles therefore we don't want to add it to our builds anymore. Signed-off-by: Ian Pozella <[email protected]>
1 parent 87f85ba commit 0649c29

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Jenkinsfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
def customFeeds = [
1515
['packages', 'packages', 'https://github.com/CreatorDev'],
1616
['ci40', 'ci40-platform-feed', 'https://github.com/CreatorDev'],
17-
['creator', 'creator-feed', 'https://github.com/CreatorDev'],
1817
]
1918
def feedParams = []
2019
for (feed in customFeeds) {

0 commit comments

Comments
 (0)