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

Why is it so unintuitive to specify custom commands? #1

Open
nush-1qb opened this issue Jan 29, 2020 · 0 comments
Open

Why is it so unintuitive to specify custom commands? #1

nush-1qb opened this issue Jan 29, 2020 · 0 comments

Comments

@nush-1qb
Copy link

I am looking at the example for how to build and publish a docker image, and the command that actually works is like this:

                arguments:
                - -c
                - docker build -t $DOCKERHUB_USERNAME/bulletin-board:$GO_PIPELINE_LABEL . -f Dockerfile.application
                command: /bin/bash
                run_if: passed

This seems like such a round-about way of calling docker build. The existing docker build command that is provided by the default command repo is broken too.

What's up with that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant