Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SADE-Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fontane-notizbuecher
SADE-Project
Commits
f062ae75
Verified
Commit
f062ae75
authored
1 year ago
by
Mathias Goebel
Browse files
Options
Downloads
Patches
Plain Diff
fix: type issue
parent
663563e5
Branches
feature/loader-icon
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!21
Release Patche Version
Pipeline
#404313
passed
1 year ago
Stage: build
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.properties
+1
-1
1 addition, 1 deletion
build.properties
post-install.xq
+1
-1
1 addition, 1 deletion
post-install.xq
with
2 additions
and
2 deletions
build.properties
+
1
−
1
View file @
f062ae75
project.name
=
http://textgrid.de/exist/fontane-develop
project.version
=
5.7.
2
project.version
=
5.7.
3
project.abbrev
=
fontane
project.title
=
[Fontane] SADE-Project
project.processorversion
=
6.0.1
...
...
This diff is collapsed.
Click to expand it.
post-install.xq
+
1
−
1
View file @
f062ae75
...
...
@@ -203,7 +203,7 @@ util:log-system-out( "getting DATA from TextGrid…" ),
||
" [0m"
)
let
$startTime
:=
util:system-time
()
let
$response
:=
try
{
if
(
environment-variable
(
'CI'
)
eq
'true'
)
then
true
()
else
try
{
if
(
environment-variable
(
'CI'
)
eq
'true'
)
then
<nothingToDo
reason=
"ci"
/>
else
tgconnect:publish
(
$uri
,
$sid
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment