We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: