Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Fix: optimize start task #582

Merged
merged 4 commits into from
May 31, 2018
Merged

Conversation

jafreck
Copy link
Member

@jafreck jafreck commented May 25, 2018

Fix #499

apt-get -y install docker-ce
echo "Done installing Docker"
time(
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we could maybe split those into different files so it makes it more readable

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

split what into different files? the inside of the time statement?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah

@jafreck jafreck merged commit e5e529a into Azure:master May 31, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants