We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605b4ae commit f3adb00Copy full SHA for f3adb00
cloudformation-template/unity-mc.main.template.yaml
@@ -478,8 +478,8 @@ Resources:
478
&& echo "requested sha: ${MCSha}" \
479
&& { \
480
if [ "${MCSha}" != "" ]; then \
481
- sudo -i -u ubuntu bash -c 'git clone https://github.com/unity-sds/unity-management-console.git \
482
- && cd /home/ubuntu/unity-management-console \
+ sudo -i -u ubuntu bash -c 'cd /home/ubuntu && git clone https://github.com/unity-sds/unity-management-console.git \
+ && cd unity-management-console \
483
&& git checkout ${MCSha} \
484
&& cd /home/ubuntu/ \
485
&& wget https://go.dev/dl/go1.20.14.linux-amd64.tar.gz \
0 commit comments