Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
scl
boilerplate
mobile-moko-boilerplate
Commits
c1dac630
Commit
c1dac630
authored
Jun 02, 2022
by
a6tak
Browse files
try publish
parent
7d034eb9
Pipeline
#46753
failed with stage
in 2 minutes and 44 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.ios.yml
View file @
c1dac630
...
...
@@ -236,7 +236,7 @@
-
export PLIST_PATH=${CI_API_V4_URL}/projects/1335/packages/generic/${CI_PROJECT_ID}-${CI_PROJECT_NAME}-ios/${BUILD_NUMBER}/${CI_PROJECT_NAME}-${BUILD_NUMBER}.plist
-
*deploy_gitlab_plist_script
-
'
curl
--header
"PRIVATE-TOKEN:
${AUTH_TOKEN}"
--header
"JOB-TOKEN:
$CI_JOB_TOKEN"
--upload-file
${IPA_NAME}
"${IPA_PATH}"'
#
- 'curl --header "PRIVATE-TOKEN: ${AUTH_TOKEN}" --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file
сгенеренный
plist ${PLIST_PATH}"'
-
'
curl
--header
"PRIVATE-TOKEN:
${AUTH_TOKEN}"
--header
"JOB-TOKEN:
$CI_JOB_TOKEN"
--upload-file
ios-app/manifest.
plist
${PLIST_PATH}"'
except
:
-
branches
tags
:
...
...
ios-app/fastlane/Fastfile
View file @
c1dac630
...
...
@@ -200,9 +200,6 @@ platform :ios do
}
}
})
puts
"JAJA"
puts
ENV
[
"IPA_NAME"
]
sh
(
"cd ~/${IPA_NAME} cd .. ls"
)
end
after_all
do
|
lane
,
options
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment