Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Shippable pipeline broken #65

Open
ToSa27 opened this issue Mar 1, 2017 · 1 comment
Open

Shippable pipeline broken #65

ToSa27 opened this issue Mar 1, 2017 · 1 comment

Comments

@ToSa27
Copy link

ToSa27 commented Mar 1, 2017

The tag name change to "master-<8 char commit SHA>" introduced in Commit 55ae946 works fine and the image with the proper tag is pushed to the repository but the shippable pipeline doesn't pick it up properly. The deploy step (to test) fails when executing /home/shippable/micro/nod/stepExec/managed/deploy/run.sh and looking at the failed ECS tasks the error message is like this: "Status reason CannotPullContainerError: Error: image front-end:master.2 not found". With the new tagging "master.2" does not exist anymore and instead it should use "master-<8 char commit SHA>".

@ToSa27
Copy link
Author

ToSa27 commented Mar 1, 2017

I made it work by switching back from "TRAVIS_TAG" to "IMAGE_TAG" at the bottom of push.sh. That's obviously not what is intended but fixes the pipeline for now.

There are two more minor issues with the documentation for the ecs-weave-shippable deployment (here):

  1. the step to commit the changes for the microservice-demo is missing (after changing the shippable.resource.yml file)

  2. scope is not running automatically. I had to ssh in and start it to make it available on port 4040.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant