All checks were successful
continuous-integration/drone/push Build is passing
9 lines
154 B
Bash
Executable File
9 lines
154 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source ./testfunctions.sh
|
|
source ./common.sh
|
|
|
|
run_test '$ABRA catalogue generate --debug'
|
|
|
|
run_test '$ABRA catalogue generate gitea --debug'
|