Skip to content

Commit

Permalink
Merge pull request Yelp#16 from victoria-miltcheva/deploy-troubleshoo…
Browse files Browse the repository at this point in the history
…ting

Troubleshooting deploy
  • Loading branch information
victoria-miltcheva authored Aug 16, 2021
2 parents 30c8eb0 + e765ae6 commit c196802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ addons:
deploy:
- provider: script
script: >-
set -e; make docker-build-images docker-test-images setup-trivy docker-quality-images deploy push-tag sync-branches
set -e; push-tag sync-branches
on:
all_branches: true
# only build docker image and push once
Expand Down
2 changes: 1 addition & 1 deletion Makefile.ibm
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ deploy:
fi

push-tag:
git remote add github git@github.ibm.com:Whitewater/whitewater-detect-secrets.git
# git remote add github git@github.ibm.com:Whitewater/whitewater-detect-secrets.git
git fetch github
git push github $(TRAVIS_TAG)

Expand Down

0 comments on commit c196802

Please sign in to comment.