[Bug]: wget command returns empty file
robertocamp opened this issue · 3 comments
Installation method
Own AWS account
What happened?
Per lab instructions:
wget -q https://raw.githubusercontent.com/aws-samples/eks-workshop-v2/pull/831/head/lab/cfn/eks-workshop-ide-cfn.yaml -O eks-workshop-ide-cfn.yaml
- executing this command returns an empty file
What did you expect to happen?
Expecting to receive a working eks-workshop-ide-cfn.yaml file
How can we reproduce it?
- Navigate to: https://www.eksworkshop.com/docs/introduction/setup/your-account/
- start CloudShell (use the link)
- copy command instructions:
wget -q https://raw.githubusercontent.com/aws-samples/eks-workshop-v2/pull/831/head/lab/cfn/eks-workshop-ide-cfn.yaml -O eks-workshop-ide-cfn.yaml
- run command in CloudShell
cat eks-workshop-ide-cfn.yaml
returns empty file
Anything else we need to know?
No response
EKS version
N/A
I had the same problem and found it just now (apparentely same time as you). It is referring to a PR.
You can change that link to
https://raw.githubusercontent.com/aws-samples/eks-workshop-v2/main/lab/cfn/eks-workshop-ide-cfn.yaml
Next command also refers to this PR with RepositoryRef=pull/831/head
Hi folks. We've had some issues with Netlify caching content from different branches across builds that has caused an issue in the past. Checking the content right now it appears to show the correct branch. I'll leave this open for tracking.
I believe this has been resolved by a change to the netlify deploy script that clears the build cache. Closing this for now and will re-open if this occurs again.