Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.admin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.admin
Commits
dd838f9a
Commit
dd838f9a
authored
6 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[gitlab][after_build] Be more explicit about what is being removed
parent
78ca2840
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gitlab/after_build.sh
+6
-6
6 additions, 6 deletions
gitlab/after_build.sh
with
6 additions
and
6 deletions
gitlab/after_build.sh
+
6
−
6
View file @
dd838f9a
...
...
@@ -4,14 +4,14 @@ source $(dirname ${0})/functions.sh
# delete the bob packages from the cache otherwise the cache keeps increasing
# over and over. See https://gitlab.idiap.ch/bob/bob.admin/issues/65
rm
-rf
${
CONDA_ROOT
}
/pkgs/batl
*
.tar.bz2
rm
-rf
${
CONDA_ROOT
}
/pkgs/beat
*
.tar.bz2
rm
-rf
${
CONDA_ROOT
}
/pkgs/bob
*
.tar.bz2
rm
-rf
${
CONDA_ROOT
}
/pkgs/gridtk
*
.tar.bz2
run_cmd
rm
-rf
${
CONDA_ROOT
}
/pkgs/batl
*
.tar.bz2
run_cmd
rm
-rf
${
CONDA_ROOT
}
/pkgs/beat
*
.tar.bz2
run_cmd
rm
-rf
${
CONDA_ROOT
}
/pkgs/bob
*
.tar.bz2
run_cmd
rm
-rf
${
CONDA_ROOT
}
/pkgs/gridtk
*
.tar.bz2
# run git clean to clean everything that is not needed. This helps to keep the
# disk usage on CI machines to minimum.
git clean
-ffdx
\
run_cmd
git clean
-ffdx
\
--exclude
=
"miniconda.sh"
\
--exclude
=
"miniconda/pkgs/*.tar.bz2"
\
--exclude
=
"miniconda/pkgs/urls.txt"
\
...
...
@@ -19,4 +19,4 @@ git clean -ffdx \
--exclude
=
"miniconda/conda-bld/osx-64/*.tar.bz2"
\
--exclude
=
"_ci"
\
--exclude
=
"dist/*.zip"
\
--exclude
=
"sphinx"
>
/dev/null
--exclude
=
"sphinx"
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