Skip to content

Commit

Permalink
feat(namespace): add ci namespace
Browse files Browse the repository at this point in the history
add ci namespace

Signed-off-by: mritd <[email protected]>
  • Loading branch information
mritd committed Sep 10, 2018
1 parent f2e7510 commit 7883963
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@ go:

script:
- go get github.com/mritd/gcrsync
- gcrsync --querylimit 20 --processlimit 10 --user ${DOCKER_USER} --password ${DOCKER_PASSWORD} --githubtoken ${GITHUB_TOKEN}
- gcrsync --namespace google-containers --querylimit 20 --processlimit 10 --user ${DOCKER_USER} --password ${DOCKER_PASSWORD} --githubtoken ${GITHUB_TOKEN}
- gcrsync --namespace kubernetes-helm --querylimit 20 --processlimit 10 --user ${DOCKER_USER} --password ${DOCKER_PASSWORD} --githubtoken ${GITHUB_TOKEN}
- gcrsync --namespace istio-release --querylimit 20 --processlimit 10 --user ${DOCKER_USER} --password ${DOCKER_PASSWORD} --githubtoken ${GITHUB_TOKEN}
- gcrsync --namespace linkerd-io --querylimit 20 --processlimit 10 --user ${DOCKER_USER} --password ${DOCKER_PASSWORD} --githubtoken ${GITHUB_TOKEN}
- gcrsync --namespace spinnaker-marketplace --querylimit 20 --processlimit 10 --user ${DOCKER_USER} --password ${DOCKER_PASSWORD} --githubtoken ${GITHUB_TOKEN}
- gcrsync --namespace distroless --querylimit 20 --processlimit 10 --user ${DOCKER_USER} --password ${DOCKER_PASSWORD} --githubtoken ${GITHUB_TOKEN}

0 comments on commit 7883963

Please sign in to comment.