This will allow us to create a suite of tests for our new features rather than using my personal image repo
5 lines
61 B
Bash
5 lines
61 B
Bash
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
echo "This is a test module"
|