-
- Downloads
CI: fix shell scripting in deploy_snapshot_unstable job
The globs were not expanded because pathname expansion does not occur in a variable assignment. Use a Bash array instead.
Please register or sign in to comment
The globs were not expanded because pathname expansion does not occur in a variable assignment. Use a Bash array instead.