Skip to content

Commit

Permalink
Paths
Browse files Browse the repository at this point in the history
  • Loading branch information
marccampbell committed May 30, 2019
1 parent a4e64fe commit 32fe2a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/Dockerfile.schemahero
Expand Up @@ -16,7 +16,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/* \
&& chmod +x /usr/local/bin/gosu

COPY entrypoint.sh /usr/local/bin/entrypoint.sh
COPY deploy/entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod +x /usr/local/bin/entrypoint.sh

ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
2 changes: 1 addition & 1 deletion integration/Makefile
Expand Up @@ -9,7 +9,7 @@ run: build integration-test-image
--schemahero-image-name "ttl.sh/$(SCHEMAHERO_IMAGE_NAME):1h"

integration-test-image:
cd .. && curl -sL https://git.io/goreleaser | bash -s -- --snapshot --rm-dist --config deploy/.goreleaser.integration.yml
cd .. && curl -sL https://git.io/goreleaser | bash -s -- --snapshot --rm-dist --config ./deploy/.goreleaser.integration.yml
docker tag schemahero/schemahero:integration-test ttl.sh/$(SCHEMAHERO_IMAGE_NAME):1h
docker tag schemahero/schemahero-manager:integration-test ttl.sh/$(MANAGER_IMAGE_NAME):1h
docker push ttl.sh/$(SCHEMAHERO_IMAGE_NAME):1h
Expand Down

0 comments on commit 32fe2a2

Please sign in to comment.