4 lines
121 B
Bash
Executable File
4 lines
121 B
Bash
Executable File
#!/bin/bash
|
|
# Pre-push hook: trigger CoreCI pipeline before any push
|
|
exec "$(dirname "$0")/../scripts/trigger_coreci.sh"
|