Skip to content

Commit

Permalink
Merge pull request #68 from iovisor/chore/fix-ci-build-push
Browse files Browse the repository at this point in the history
chore(ci): fix build and push after org change
  • Loading branch information
fntlnz authored Mar 11, 2019
2 parents 03c1a99 + f3f387c commit e3df37d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions hack/ci-build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ if [[ ! -z "$TRAVIS_PULL_REQUEST_BRANCH" ]]; then
fi

$make $makeopts image/build
$make $makeopts image/build-init
2 changes: 1 addition & 1 deletion hack/ci-release-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [[ ! -z "$TRAVIS_PULL_REQUEST_BRANCH" ]]; then
fi

if [[ ! -z "$QUAY_TOKEN" ]]; then
$docker login -u="fntlnz+travisci" -p="$QUAY_TOKEN" quay.io
$docker login -u="iovisor+kubectltracetravisci" -p="$QUAY_TOKEN" quay.io
$make $makeopts image/push
fi

Expand Down

0 comments on commit e3df37d

Please sign in to comment.