Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

git detection doesn't seem to work for me #6

Closed
brentley opened this issue Jan 2, 2018 · 2 comments
Closed

git detection doesn't seem to work for me #6

brentley opened this issue Jan 2, 2018 · 2 comments
Assignees

Comments

@brentley
Copy link

brentley commented Jan 2, 2018

I have a service running, created with this command:
fargate service create web -v --lb fargate --port 3000

$ fargate service list
NAME	IMAGE								CPU	MEMORY	LOAD BALANCER	DESIRED	RUNNING	PENDING
web	651426287273.dkr.ecr.us-east-1.amazonaws.com/web:20180102224503	256	512	fargate		1	1	0

Notice the image tag is date based, rather than being git-sha based.

yet I'm in a git repo:

$ git status
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean
@jpignata
Copy link
Contributor

jpignata commented Jan 2, 2018

Thanks! I fixed this bug in master and will cut a new release tonight or tomorrow.

@jpignata jpignata self-assigned this Jan 2, 2018
@jpignata
Copy link
Contributor

jpignata commented Jan 3, 2018

Addressed in v0.2.1.

@jpignata jpignata closed this as completed Jan 3, 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

No branches or pull requests

2 participants