Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
71af8703
Commit
71af8703
authored
Apr 11, 2019
by
Andreas Marek
Browse files
Delete everything in after script
parent
2c6c8d83
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.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
Supports
Markdown
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