Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
analytics-engine
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Polaris
analytics-engine
Commits
f6cf6614
Commit
f6cf6614
authored
2 years ago
by
Max Lou
Browse files
Options
Downloads
Plain Diff
Merge branch 'main' of git.rwth-aachen.de:polaris/entwicklung/analytics-engine
parents
5baf4b9b
983d4fff
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#902757
canceled
2 years ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
scheduler/Dockerfile
+1
-0
1 addition, 0 deletions
scheduler/Dockerfile
with
2 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
f6cf6614
...
@@ -35,4 +35,4 @@ scheduler-docker-build:
...
@@ -35,4 +35,4 @@ scheduler-docker-build:
deploy
:
deploy
:
stage
:
deploy
stage
:
deploy
trigger
:
trigger
:
project
:
polaris/entwicklung/deployment
project
:
polaris/deployment
\ No newline at end of file
\ No newline at end of file
This diff is collapsed.
Click to expand it.
scheduler/Dockerfile
+
1
−
0
View file @
f6cf6614
...
@@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y \
...
@@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y \
cron
\
cron
\
libpq-dev
\
libpq-dev
\
python3-psycopg2
\
python3-psycopg2
\
git
\
&&
rm
-rf
/var/lib/apt/lists/
*
&&
rm
-rf
/var/lib/apt/lists/
*
COPY
. /app
COPY
. /app
...
...
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