Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tsm-orchestration
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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UFZ TSM
tsm-orchestration
Commits
cc2aa9fb
Commit
cc2aa9fb
authored
11 months ago
by
Joost Hemmen
Browse files
Options
Downloads
Patches
Plain Diff
create crontab.txt in init if not exists. remove crontab.txt from repo
parent
0642a854
No related branches found
No related tags found
1 merge request
!152
Resolve "wrong path in cv sync job"
Pipeline
#383175
failed
11 months ago
Stage: integration
Stage: end-to-end
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
cron/crontab.txt
+0
-0
0 additions, 0 deletions
cron/crontab.txt
docker-compose.yml
+1
-0
1 addition, 0 deletions
docker-compose.yml
init/init.sh
+6
-1
6 additions, 1 deletion
init/init.sh
with
7 additions
and
1 deletion
cron/crontab.txt
deleted
100644 → 0
+
0
−
0
View file @
0642a854
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
1
−
0
View file @
cc2aa9fb
...
...
@@ -25,6 +25,7 @@ services:
volumes
:
-
"
./data/minio/certs/:/tmp/certs"
-
"
./nginx/html/:/home/tsm/html"
-
"
./cron:/tmp/cron"
# Summary
...
...
This diff is collapsed.
Click to expand it.
init/init.sh
+
6
−
1
View file @
cc2aa9fb
...
...
@@ -22,4 +22,9 @@ chmod a+x /home/tsm/html/css
chmod
a+x /home/tsm/html/images
chmod
-R
a+r /home/tsm/html
tree
-pugfi
/home/tsm/html
\ No newline at end of file
tree
-pugfi
/home/tsm/html
# Create crontab.txt if it not already exists
if
[
!
-f
"/tmp/cron/crontab.txt"
]
;
then
touch
"/tmp/cron/crontab.txt"
fi
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