Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TIDO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
subugoe
emo
TIDO
Merge requests
!255
ci: remove setting entrypoint on wildcard branches
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ci: remove setting entrypoint on wildcard branches
ci/remove-setting-entrypoint
into
develop
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Paul Pestov
requested to merge
ci/remove-setting-entrypoint
into
develop
2 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
With this change the CI will not set any predefined entrypoints anymore for wildcard branches.
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
d10c2cc2
1 commit,
2 years ago
1 file
+
0
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.ci-scripts/set_entrypoint_ci.sh
+
0
−
7
Options
@@ -19,13 +19,6 @@ case $CI_COMMIT_REF_NAME in
ENTRY_POINT
=
https://subugoe.pages.gwdg.de/emo/backend/sampledata/collection.json
sed
-ri
's|.*("entrypoint"\s*:).*$|\t\t\t\1 "'
${
ENTRY_POINT
}
'",|'
src/index.template.html
;;
*
)
echo
"set entrypoint for testing"
# TIDO is developed in the context of the Ahiqar project, therefore we use the Ahiqar data for
# development purposes.
ENTRY_POINT
=
https://ahikar-dev.sub.uni-goettingen.de/api/textapi/ahikar/arabic-karshuni/collection.json
sed
-ri
's|.*("entrypoint"\s*:).*$|\t\t\t\1 "'
${
ENTRY_POINT
}
'",|'
src/index.template.html
;;
esac
[
$?
-eq
0
]
&&
exit
0
Loading