File tree 2 files changed +1
-14
lines changed
2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ variables:
13
13
ATLAS_DEPLOY_LIST : " "
14
14
ATLAS_LINK_APP : mail
15
15
ATLAS_DEPLOY_ENV : " true"
16
- TEST_DATA_URL : " https://$GIT_CI_USERNAME:$PRIVATE_TOKEN_GITLAB_API_PROTON_CI@$GITLAB_HTTPS"
17
16
GIT_SUBMODULE_STRATEGY : recursive
18
17
19
18
# See https://confluence.protontech.ch/pages/viewpage.action?pageId=121918293
@@ -43,18 +42,6 @@ stages:
43
42
- ./ProtonMail/xcodeGenHelper.sh
44
43
45
44
.setup_project_for_ui_tests : &setup_project_for_ui_tests
46
- # Clean up TestData folder and git module information to always fetch latest TestData state
47
- - rm -rf .git/modules/ProtonMail/ProtonMailUITests/TestData
48
- - rm -rf ProtonMail/ProtonMailUITests/TestData
49
-
50
- # TEST_DATA_URL keeps the link to TestData https url
51
- - git config --global url."$TEST_DATA_URL".insteadOf "testdata-repo:"
52
-
53
- # Use --force option to override previously added TestData path
54
- - git submodule add --force testdata-repo:tpe/TestData.git ProtonMail/ProtonMailUITests/TestData
55
- - git submodule init
56
- - git submodule update --init --recursive --force
57
-
58
45
- defaults write com.apple.iphonesimulator ConnectHardwareKeyboard 0 # Fixed UI tests failing on secure field
59
46
60
47
- *setup_project
Original file line number Diff line number Diff line change 1
1
[submodule "ProtonMail/ProtonMailUITests/TestData "]
2
2
path = ProtonMail/ProtonMailUITests/TestData
3
- url = testdata-repo: tpe/TestData.git
3
+ url = https://gitlab.protontech.ch/ tpe/TestData.git
4
4
[submodule "ProtonMail/ProtonMail/Resource/APP_share/DOMPurify "]
5
5
path = ProtonMail/ProtonMail/Resource/APP_share/DOMPurify
6
6
url = https://github.com/cure53/DOMPurify
You can’t perform that action at this time.
0 commit comments