Hi there,
Recent builds that I have run contain the following line as the last line of the Start Container action:
Starting node
Enabling sudo
Applying container tweaks
$ rm -f /etc/apt/sources.list.d/{google.list,google-chrome.list,typesafe-apt.list}; if [ -e /home/ubuntu/.config ]; then chown -R ubuntu /home/ubuntu/.config; fi; echo '151.101.36.162 registry.npmjs.com' >> /etc/hosts; echo '151.101.36.162 registry.npmjs.org' >> /etc/hosts
Adding per build SSH keypair
Add containers to ~/.ssh/config as node0
Setting build environment variables
(my variables removed)
fatal: No such section!
Any ideas what’s wrong?
Marc