Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions changelog-entries/716.md

This file was deleted.

4 changes: 0 additions & 4 deletions clean-all.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
#!/usr/bin/env sh
set -e -u

# Always operate relative to the directory of this script
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
cd "$SCRIPT_DIR"

echo "Cleaning up all tutorials..."

find . -maxdepth 2 -mindepth 2 -name clean-tutorial.sh -execdir sh -c './clean-tutorial.sh' \;
4 changes: 0 additions & 4 deletions tools/clean-tutorial-base.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
#!/usr/bin/env sh
set -e -u

# Determine the tutorial directory (where the symlink is located)
TUTORIAL_DIR="$(cd "$(dirname "$0")" && pwd)"
cd "$TUTORIAL_DIR"

# shellcheck disable=SC1091
. ../tools/cleaning-tools.sh

Expand Down
Loading