Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ tests:
commands: |
unset GOFLAGS
export HOME=/tmp
git config --global url."https://$(cat /usr/local/ocm-github-credentials/token)@github.com/".insteadOf "https://github.com/"
git config --global url."https://$(cat /usr/local/github-credentials/oauth)@github.com/".insteadOf "https://github.com/"
make lint
container:
from: src
secrets:
- mount_path: /usr/local/ocm-github-credentials
name: ocm-github-credentials
- mount_path: /usr/local/github-credentials
name: github-credentials-openshift-ci-robot-private-git-cloner
zz_generated_metadata:
branch: master
org: openshift-online
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ presubmits:
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --oauth-token-path=/usr/local/github-credentials/oauth
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ocm-github-credentials
- --secret-dir=/secrets/github-credentials-openshift-ci-robot-private-git-cloner
- --target=lint
command:
- ci-operator
Expand All @@ -47,12 +47,12 @@ presubmits:
- mountPath: /usr/local/github-credentials
name: github-credentials-openshift-ci-robot-private-git-cloner
readOnly: true
- mountPath: /secrets/github-credentials-openshift-ci-robot-private-git-cloner
name: github-credentials-openshift-ci-robot-private-git-cloner
readOnly: true
- mountPath: /secrets/manifest-tool
name: manifest-tool-local-pusher
readOnly: true
- mountPath: /secrets/ocm-github-credentials
name: ocm-github-credentials
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
Expand All @@ -67,9 +67,6 @@ presubmits:
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
- name: ocm-github-credentials
secret:
secretName: ocm-github-credentials
- name: pull-secret
secret:
secretName: registry-pull-credentials
Expand Down