Skip to content

Commit

Permalink
fuck bash
Browse files Browse the repository at this point in the history
  • Loading branch information
aoudiamoncef authored Dec 15, 2023
1 parent 71aaff6 commit 2de0d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
pwd && ls
for file in "$source_directory"/*.{zip,gz}; do
echo "Processing $(basename "$file")
echo "Processing $(basename "$file")"
if [ -f "$file" ]; then
mv "$file" "$tmp_directory"
cd "$tmp_directory" || exit
Expand Down

0 comments on commit 2de0d0e

Please sign in to comment.