Open ashishsme14 opened 3 years ago
We had a task to Create a docker file with ubuntu image
We created a print.sh file via vi command and in it given as
#!/bin/sh -l time=$(date) echo "::set-output name=time::$time"
After which we had executed -
chmod +x print.sh
then tried as -
* * * * * /home/scrapbook/tutorial
Not sure where we went wrong, please guide us.
We had a task to Create a docker file with ubuntu image
We created a print.sh file via vi command and in it given as
After which we had executed -
chmod +x print.sh
then tried as -
* * * * * /home/scrapbook/tutorial
Not sure where we went wrong, please guide us.