Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Merge requests
!386
Remove submodules and rename project
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove submodules and rename project
317-separate-core-and-default-distribution
into
master
Overview
0
Commits
7
Pipelines
10
Changes
1
Merged
Tom Teichler
requested to merge
317-separate-core-and-default-distribution
into
master
4 years ago
Overview
0
Commits
7
Pipelines
10
Changes
1
Expand
0
0
Merge request reports
Viewing commit
4637bbb1
Prev
Next
Show latest version
1 file
+
4
−
4
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
4637bbb1
Update pypi variables
· 4637bbb1
Tom Teichler
authored
4 years ago
ci/general.yml
+
4
−
4
Options
@@ -9,10 +9,10 @@ variables:
@@ -9,10 +9,10 @@ variables:
GIT_SUBMODULE_STRATEGY
:
recursive
GIT_SUBMODULE_STRATEGY
:
recursive
PIP_CACHE_DIR
:
"
$CI_PROJECT_DIR/.cache/pip"
PIP_CACHE_DIR
:
"
$CI_PROJECT_DIR/.cache/pip"
FF_NETWORK_PER_BUILD
:
"
true"
FF_NETWORK_PER_BUILD
:
"
true"
POETRY_REPOSITORIES_GITLAB_URL
:
"
$CI_API_V4_URL/projects/
$CI_PROJECT_ID
/packages/pypi"
POETRY_REPOSITORIES_GITLAB_URL
:
"
$CI_API_V4_URL/projects/
460
/packages/pypi"
POETRY_HTTP_BASIC_GITLAB_USERNAME
:
gitlab-ci-token
POETRY_HTTP_BASIC_GITLAB_USERNAME
:
aleksis
POETRY_HTTP_BASIC_GITLAB_PASSWORD
:
"
$
CI_JOB
_TOKEN"
POETRY_HTTP_BASIC_GITLAB_PASSWORD
:
"
$
ALEKSIS_PUSH
_TOKEN"
POETRY_PYPI_TOKEN_PYPI
:
"
$
PYPI
_TOKEN"
POETRY_PYPI_TOKEN_PYPI
:
"
$
ALEKSIS_PUSH
_TOKEN"
cache
:
cache
:
key
:
key
:
Loading