Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
reposync
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
linuxsupport
cronjobs
reposync
Merge requests
!216
New build method
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
New build method
simplify
into
master
Overview
0
Commits
1
Pipelines
4
Changes
1
Merged
Alex Iribarren
requested to merge
simplify
into
master
2 years ago
Overview
0
Commits
1
Pipelines
4
Changes
1
Expand
0
0
Merge request reports
Viewing commit
f3adc570
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
f3adc570
Debug
· f3adc570
Alex Iribarren
authored
2 years ago
.gitlab-ci.yml
+
1
−
0
Options
@@ -35,6 +35,7 @@ stop_deleted:
extends
:
.nomad
stage
:
cleanup
script
:
-
set -x
-
nomad job status | grep running | cut -d' ' -f1 | grep "^${PREFIX}_reposync_[^\/]\+$" | sort > oldjobs
-
ls *.nomad | sed 's/\.nomad//' | sort > newjobs
-
|
Loading