Skip to content
New issue

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

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

Already on GitHub? # to your account

cdsctl pipeline export #6358

Open
semenchukovps opened this issue Nov 8, 2022 · 1 comment
Open

cdsctl pipeline export #6358

semenchukovps opened this issue Nov 8, 2022 · 1 comment
Labels

Comments

@semenchukovps
Copy link

Hi. I have some pipelines with script action, and there are some bash strings with date format, git log format etc.

For example:
TZ=UTC-3 date +"%F %T"
or
git tag -l --format='%(refname:short) %(creatordate:short)'

And when I'm doing
./cdsctl pipeline export $PROJECT $PIPELINE_NAME > file.yaml

i get these strings in file like
TZ=UTC-3 date +"%!F(MISSING) %!T(MISSING)"

Is it a bug? Or how to deal with that?

@yesnault
Copy link
Member

yesnault commented Nov 9, 2022

Thank your @semenchukovps , we'll check that

@yesnault yesnault added the bug label Nov 9, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants