Skip to content
Permalink
d6e53bca1c
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
1 contributor

Users who have contributed to this file

executable file 10 lines (7 sloc) 185 Bytes
#!/bin/bash
set -e
echo "Starting extract process..."
python /app/scripts/extract.py
echo "Extract process completed."
# Signal successful completion
touch /app/scripts/extract_done