mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
Merge pull request #440 from dgrisonnet/remove-travis-deploy
Remove unused travis deploy file
This commit is contained in:
commit
c6f774e28a
1 changed files with 0 additions and 9 deletions
|
|
@ -1,9 +0,0 @@
|
|||
#!/bin/bash
|
||||
set -x
|
||||
docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"
|
||||
|
||||
if [[ -n $TRAVIS_TAG ]]; then
|
||||
make push
|
||||
else
|
||||
TAG=latest make push
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue