Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kotoko committed Oct 2, 2022
1 parent e74ce3e commit ebce39e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/fix-git-dubious-ownership.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e
set -u

echo "$0"
echo "Running $0"

if command -v git >/dev/null 2>/dev/null; then
echo 'git config --global safe.directory "*"'
Expand Down
2 changes: 1 addition & 1 deletion files/print-free-space.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e
set -u

echo "$0"
echo "Running $0"

if command -v df >/dev/null 2>/dev/null; then
echo "df -h '${CI_PROJECT_DIR}'"
Expand Down

0 comments on commit ebce39e

Please sign in to comment.