Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
elpa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
14
Issues
14
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
elpa
elpa
Commits
71af8703
Commit
71af8703
authored
Apr 11, 2019
by
Andreas Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete everything in after script
parent
2c6c8d83
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
.gitlab-ci.yml
.gitlab-ci.yml
+2
-0
ci_test_scripts/generate_gitlab_ci_tests.py
ci_test_scripts/generate_gitlab_ci_tests.py
+2
-0
No files found.
.gitlab-ci.yml
View file @
71af8703
...
...
@@ -94,6 +94,8 @@ before_script:
# next time a runner tries to clean-up
after_script:
- chmod u+w -R .
- find . -exec chmod a+rxw {} \;
- rm -rf *
...
...
ci_test_scripts/generate_gitlab_ci_tests.py
View file @
71af8703
...
...
@@ -278,6 +278,8 @@ print("# For some reason sometimes not-writable files remain, which cause troubl
print
(
"# next time a runner tries to clean-up"
)
print
(
"after_script:"
)
print
(
" - chmod u+w -R ."
)
print
(
" - find . -exec chmod a+rxw {} \;"
)
print
(
" - rm -rf *"
)
print
(
"
\n\n
"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment