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

Commit

Permalink
don't ignore go.mod/sum changes, but still show them
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Mar 16, 2020
1 parent eb9df10 commit 5d1262d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -602,10 +602,7 @@ jobs:
- run: docker pull alpine:latest # make sure it's fresh
- deploy:
command: |
git diff go.mod
git update-index --assume-unchanged go.mod
git diff go.sum
git update-index --assume-unchanged go.sum
git diff
if [ "${CIRCLE_PROJECT_USERNAME}" == "replicatedhq" ]; then
docker login -u="$DOCKERHUB_DOCKER_USER" -p="$DOCKERHUB_DOCKER_PASS"
Expand Down

0 comments on commit 5d1262d

Please sign in to comment.