Skip to content

Commit

Permalink
CORE-4594 Playlist API integration
Browse files Browse the repository at this point in the history
- Rollback generate folder structure script for Github build job
  • Loading branch information
StefanoStream committed Dec 2, 2024
1 parent 7dcebf7 commit 494db35
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions generate_folder_structure.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash

# Determine the current working directory
CURRENT_DIR=$(pwd)

# Create the Folder Structure.md file in the specified directory
mkdir -p "$CURRENT_DIR/Tests/PlaybackSDKTests"
echo "# Folder Structure" > "$CURRENT_DIR/Tests/PlaybackSDKTests/Folder Structure.md"
echo "" >> "$CURRENT_DIR/Tests/PlaybackSDKTests/Folder Structure.md"
echo "This file represents the folder structure of the project." >> "$CURRENT_DIR/Tests/PlaybackSDKTests/Folder Structure.md"
echo "You can update it with the actual structure if needed." >> "$CURRENT_DIR/Tests/PlaybackSDKTests/Folder Structure.md"

echo "Folder Structure.md generated successfully in $CURRENT_DIR/Tests/PlaybackSDKTests"

0 comments on commit 494db35

Please sign in to comment.