Skip to content

Commit 131938f

Browse files
authored
Merge pull request #5178 from nextcloud/ci/followUpstreamCraft
switch back to upstream craft
2 parents 65e0b9e + 23b8da3 commit 131938f

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/windows-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Test
1+
name: Windows Build and Test
22
on:
33
push:
44
branches:

craftmaster.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[General]
22
Branch = master
33
ShallowClone = True
4-
CraftUrl = https://github.com/allexzander/craft.git
4+
# CraftUrl = https://github.com/allexzander/craft.git
55

66
# Variables defined here override the default value
77
# The variable names are casesensitive
@@ -45,6 +45,8 @@ Packager/CacheDir = ${Variables:Root}\cache
4545
[BlueprintSettings]
4646
# don't try to pip install on the ci
4747
python-modules.ignored = True
48+
dev-utils/python2.ignored = True
49+
dev-utils/python3.ignored = True
4850
nextcloud-client.buildTests = True
4951
binary/mysql.useMariaDB = False
5052

0 commit comments

Comments
 (0)