Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
GitLab Runner Scripts
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
GitLab Runner Scripts
Commits
036f4553
Commit
036f4553
authored
Jan 14, 2021
by
Michal Nowak
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'mnowak/add-cleanup_file_variables-stage' into 'main'
Add "cleanup_file_variables" stage See merge request
!7
parents
3874cbb1
032b3d9c
Pipeline
#61217
passed with stage
in 9 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
libvirt-qemu/executor.sh
libvirt-qemu/executor.sh
+1
-0
windows-docker/executor.py
windows-docker/executor.py
+1
-0
No files found.
libvirt-qemu/executor.sh
View file @
036f4553
...
...
@@ -98,6 +98,7 @@ do_run() {
"after_script"
)
;;
"archive_cache"
)
;;
"upload_artifacts_on_success"
|
"upload_artifacts_on_failure"
)
;;
"cleanup_file_variables"
)
;;
*
)
fatal_error
"Unsupported run stage '
${
RUN_STAGE
}
'"
;;
esac
...
...
windows-docker/executor.py
View file @
036f4553
...
...
@@ -77,6 +77,7 @@ def do_run(container_name, args):
'archive_cache'
,
'upload_artifacts_on_success'
,
'upload_artifacts_on_failure'
,
'cleanup_file_variables'
,
]
script_src
=
args
[
0
]
...
...
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