testing-ci-cd/sample/build.sh

5 lines
51 B
Bash
Executable File

#!/bin/bash
echo "Building..."
sleep 2
echo "Done"