Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
steering
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
AURA
steering
Commits
988b0d7d
Verified
Commit
988b0d7d
authored
1 year ago
by
Ernesto Rico Schmidt
Browse files
Options
Downloads
Plain Diff
Merge branch 'main' of
ssh://gitlab.servus.at:22022/aura/steering
parents
2b224a25
77cfe615
No related branches found
No related tags found
No related merge requests found
Pipeline
#7467
passed
1 year ago
Stage: build
Stage: deploy
Stage: release
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
steering/sample_settings.py
+8
-7
8 additions, 7 deletions
steering/sample_settings.py
with
9 additions
and
8 deletions
.gitlab-ci.yml
+
1
−
1
View file @
988b0d7d
...
...
@@ -68,7 +68,7 @@ docker-push:
services
:
-
docker:dind
script
:
# every commit on main branch
should
build and push image
as unstable
# every commit on main branch build
s
and push
es the
image
with labels "main" and "main-{hash}"
# elseif its a protected branch build and push to gitlab registry
# else it is from a tag (enforced by gitlab-ci rules)
# hint: tags are references independent of branches
...
...
This diff is collapsed.
Click to expand it.
steering/sample_settings.py
+
8
−
7
View file @
988b0d7d
# sample settings for steering
# Advanced settings for Steering
# Go to https://docs.aura.radio to learn how to configure LDAP.
from
.settings
import
*
# noqa
ADMINS
=
[(
"
Ernesto
"
,
"
ernesto@helsinki.at
"
)]
MANAGERS
=
ADMINS
TIME_ZONE
=
"
America/La_Paz
"
# import the base settings
from
steering.settings
import
*
# noqa
# Import classes, functions, etc.
from
django_auth_ldap.config
import
GroupOfNamesType
# and use them to extend or overwrite settings
AUTH_LDAP_GROUP_TYPE
=
GroupOfNamesType
(
name_attr
=
"
cn
"
)
\ No newline at end of file
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