Test_CI-CD/sample/deployed-script.sh

5 lines
51 B
Bash
Executable File

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