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

Commit

Permalink
Merge pull request #279 from dexhorthy/dex/gitdiff
Browse files Browse the repository at this point in the history
try to fix build
  • Loading branch information
ebramanti authored Aug 8, 2018
2 parents 18495c6 + ea9c8dd commit ff6bfb6
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 91 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
docker:
- image: circleci/node:9
working_directory: ~/repo
steps:
steps:
- checkout
- restore_cache:
Expand Down Expand Up @@ -126,6 +125,7 @@ jobs:
- attach_workspace:
at: /go/src/github.com/replicatedhq/ship/web
- run: make build-deps embed-ui
- run: git diff pkg/lifecycle/daemon/ui.bindatafs.go
- run: docker pull alpine:latest # make sure it's fresh
- run: docker login -u="$DOCKERHUB_DOCKER_USER" -p="$DOCKERHUB_DOCKER_PASS"
- deploy:
Expand Down
179 changes: 89 additions & 90 deletions pkg/lifecycle/daemon/ui.bindatafs.go

Large diffs are not rendered by default.

0 comments on commit ff6bfb6

Please sign in to comment.