Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

scripts: modify script to push kube-etcd-signer-server and kube-client-agent images #13

Merged
merged 1 commit into from
Feb 27, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions scripts/after-success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
if [[ $TRAVIS_PULL_REQUEST == "false" ]] && [[ $TRAVIS_BRANCH == "master" ]]; then
docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD" quay.io;
make push/kube-aws-approver;
make push/kube-etcd-signer-server;
make push/kube-client-agent;
fi