You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.
I noticed in https://github.com/cncd/pipeline/blob/master/pipeline/frontend/metadata.go that there is a discrepancy between DRONE_REPO_NAME and CI_REPO_NAME. Given a repository foo/bar, DRONE_REPO is foo/bar and DRONE_REPO_NAME is bar. However, CI_REPO and CI_REPO_NAME are both set to foo/bar. There is also no CI_REPO_OWNER to correspond to DRONE_REPO_OWNER.
Can CI_REPO_NAME be changed to match DRONE_REPO_NAME? Can CI_REPO_OWNER be added?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I noticed in https://github.com/cncd/pipeline/blob/master/pipeline/frontend/metadata.go that there is a discrepancy between
DRONE_REPO_NAME
andCI_REPO_NAME
. Given a repositoryfoo/bar
,DRONE_REPO
isfoo/bar
andDRONE_REPO_NAME
isbar
. However,CI_REPO
andCI_REPO_NAME
are both set tofoo/bar
. There is also noCI_REPO_OWNER
to correspond toDRONE_REPO_OWNER
.Can
CI_REPO_NAME
be changed to matchDRONE_REPO_NAME
? CanCI_REPO_OWNER
be added?The text was updated successfully, but these errors were encountered: