Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
detector_benchmarks
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
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
EIC
benchmarks
detector_benchmarks
Merge requests
!168
Draft: run du
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: run du
temp/df
into
master
Overview
0
Commits
22
Pipelines
27
Changes
1
Open
Dmitry Kalinkin
requested to merge
temp/df
into
master
9 months ago
Overview
0
Commits
22
Pipelines
27
Changes
1
Expand
0
0
Merge request reports
Viewing commit
5f545e4a
Prev
Next
Show latest version
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
5f545e4a
Update .gitlab-ci.yml
· 5f545e4a
Dmitry Kalinkin
authored
8 months ago
Conflict: This file was modified in both the source and target branches. Ask someone with write access to resolve it.
.gitlab-ci.yml
+
2
−
1
Options
@@ -77,4 +77,5 @@ common:setup:
mount
find `realpath /scratch` -type f -print0 | du -s --files0-from=- | sort -n > /tmp/df
head /tmp/df
tail /tmp/df
\ No newline at end of file
tail -n 1000 /tmp/df
rm -rf /scratch/*
\ No newline at end of file
Loading