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
FSL
conda
manifest-rules
Commits
5196f98a
Commit
5196f98a
authored
Nov 30, 2021
by
Paul McCarthy
🚵
Browse files
BF: Make sure clear_release_files gets three args even if vars unset
parent
6a3f121a
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifest-gitlab-ci.yml
View file @
5196f98a
...
...
@@ -107,7 +107,7 @@ clear-release-files:
PATTERN
:
"
"
DRY_RUN
:
"
true"
script
:
-
clear_release_files /exports/fsldownloads/fslconda/releases/ ${PATTERN}
${DRY_RUN}
-
clear_release_files /exports/fsldownloads/fslconda/releases/
"
${PATTERN}
" "
${DRY_RUN}
"
...
...
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