Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git artifacts checkout branch failed #1469

Closed
iamcc opened this issue Jul 11, 2019 · 2 comments
Closed

git artifacts checkout branch failed #1469

iamcc opened this issue Jul 11, 2019 · 2 comments
Labels

Comments

@iamcc
Copy link

iamcc commented Jul 11, 2019

Is this a BUG REPORT or FEATURE REQUEST?:
bug

What happened:
if the folder name as same as the branch name. git checkout ${branch_name} is not working.

What you expected to happen:
use git checkout branch_name -- instead of git checkout branch_name

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

Environment:

  • Argo version:
$ argo version
argo: v2.3.0
  BuildDate: 2019-05-20T22:11:23Z
  GitCommit: 88fcc70dcf6e60697e6716edc7464a403c49b27e
  GitTreeState: clean
  GitTag: v2.3.0
  GoVersion: go1.11.5
  Compiler: gc
  Platform: darwin/amd64
  • Kubernetes version :
$ kubectl version -o yaml
clientVersion:
  buildDate: "2019-06-07T09:55:27Z"
  compiler: gc
  gitCommit: 5e53fd6bc17c0dec8434817e69b04a25d8ae0ff0
  gitTreeState: clean
  gitVersion: v1.14.3
  goVersion: go1.12.5
  major: "1"
  minor: "14"
  platform: darwin/amd64
serverVersion:
  buildDate: "2019-05-23T11:28:17Z"
  compiler: gc
  gitCommit: 8cb561c
  gitTreeState: ""
  gitVersion: v1.12.6-aliyun.1
  goVersion: go1.10.8
  major: "1"
  minor: 12+
  platform: linux/amd64

Other debugging information (if applicable):

  • workflow result:
$ argo get <workflowname>
  • executor logs:
$ kubectl logs <failedpodname> -c init
$ kubectl logs <failedpodname> -c wait
  • workflow-controller logs:
$ kubectl logs -n kube-system $(kubectl get pods -l app=workflow-controller -n kube-system -o name)
@alexec
Copy link
Contributor

alexec commented May 12, 2020

Is this still a problem please?

@stale
Copy link

stale bot commented Jul 12, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jul 12, 2020
@stale stale bot closed this as completed Jul 19, 2020
icecoffee531 pushed a commit to icecoffee531/argo-workflows that referenced this issue Jan 5, 2022
Signed-off-by: Derek Wang <whynowy@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants