Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DTN_tests
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
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
Mitchell Moore
DTN_tests
Merge requests
!11
Feat cron refine
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feat cron refine
feat-cron-refine
into
master
Overview
0
Commits
8
Pipelines
0
Changes
15
Merged
Mitchell Moore
requested to merge
feat-cron-refine
into
master
3 years ago
Overview
0
Commits
8
Pipelines
0
Changes
2
Expand
👍
0
👎
0
Merge request reports
Viewing commit
7cdd61b8
Prev
Next
Show latest version
2 files
+
4
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
7cdd61b8
Modify vars to run in proper context
· 7cdd61b8
Mitchell Moore
authored
3 years ago
cron_init.sh
+
1
−
1
Options
@@ -34,4 +34,4 @@ MAILTO=$USER@uab.edu
# submit script to queuing system
# runs cronjob.sh every 4 hours every day
#0 */4 * * * sbatch cronjob.sh
* */4 * * *
$sbatch_dir
$USER_DATA
/DTN_tests/cronjob.sh"
>
dtn-crontab
* */4 * * *
cd
$USER_DATA
/DTN_tests &&
$sbatch_dir
$USER_DATA
/DTN_tests/cronjob.sh
$CLIENT
$TOKEN
"
>
dtn-crontab
Loading