Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
Merge pull request #56 from pusher/wercker-entrypoint
Browse files Browse the repository at this point in the history
Use same entrypoint for Wercker build as Dockerfile
  • Loading branch information
mthssdrbrg committed Apr 12, 2019
2 parents 8829160 + 8ca6f87 commit a472745
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ lint:
--enable=deadcode \
--enable=gofmt \
--enable=goimports \
--tests --deadline=50s ./...
--tests --deadline=120s ./...
build:
steps:
Expand All @@ -69,12 +69,12 @@ push-to-ecr:
steps:
- script:
name: Copy binary
code: cp rescheduler /
code: cp rescheduler /bin/rescheduler
- internal/docker-push:
aws-access-key: $AWS_CI_ACCESS_KEY_ID
aws-secret-key: $AWS_CI_SECRET_ACCESS_KEY
aws-region: us-east-1
aws-registry-id: $AWS_REGISTRY_ID
repository: pusher/k8s-spot-rescheduler
tag: $WERCKER_GIT_COMMIT, $WERCKER_GIT_BRANCH, latest
entrypoint: /rescheduler
entrypoint: /bin/rescheduler

0 comments on commit a472745

Please sign in to comment.