Skip to content
New issue

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

Update droid build script #5687

Merged
merged 1 commit into from
Feb 28, 2018
Merged

Update droid build script #5687

merged 1 commit into from
Feb 28, 2018

Conversation

troydai
Copy link
Contributor

@troydai troydai commented Feb 27, 2018

  1. Reflect the a01 droid drop path change
  2. Tag the image to latest in Travis build
  3. Using ADD command to pull a01droid executable in Dockerfile instead
    of script.

This checklist is used to make sure that common guidelines for a pull request are followed.

General Guidelines

  • The PR has modified HISTORY.rst describing any customer-facing, functional changes. Note that this does not include changes only to help content. (see Modifying change log).

Command Guidelines

  • Each command and parameter has a meaningful description.
  • Each new command has a test.

(see Authoring Command Modules)

@promptws
Copy link

View a preview at https://prompt.ws/r/Azure/azure-cli/5687
This is an experimental preview for @microsoft users.


title 'Push docker image as latest'
if [ "$TRAVIS" == "true" ]; then
docker tag $image_name azureclidev.azurecr.io/azurecli-test-$image_owner:latest
Copy link
Member

Choose a reason for hiding this comment

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

Docker tag would not actually push it.
I assume the push happens elsewhere?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You got me. Fixed in a newer commit.

1. Reflect the a01 droid drop path change
2. Tag the image to latest in Travis build
3. Using ADD command to pull a01droid executable in Dockerfile instead
of script.
@troydai troydai merged commit 6208623 into dev Feb 28, 2018
@troydai troydai deleted the droid branch February 28, 2018 02:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants