Skip to content
Merged
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
9 changes: 0 additions & 9 deletions .devcontainer/scripts/postCreate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,5 @@ fi
# Load the updated bashrc configuration for the current session
source ~/.bashrc

# Validate that validate-devschema is accessible
echo "Validating script installation..."
if ! validate-devschema --help &>/dev/null; then
echo "Error: validate-devschema script is not globally accessible."
exit 1
else
echo "validate-devschema is installed and ready to use."
fi

# Display completion message
echo "Development container setup complete!"
Loading