hello,
how do i go about adding "curl" to the pipeline? I think the image (atlassian/pipelines-awscli) doesn't have the curl installed.
Is there a better way of building a docker and pushing it into Jfrog repo?
Thank you
Error:
Build setup19s
pipe: jfrog/jfrog-setup-cli:1.0.0
source ./jfrog-setup-cli.sh
+ source ./jfrog-setup-cli.sh
bash: curl: command not found
JFrog CLI downloaded failed.
minimum pipelines code:
image:
name: atlassian/pipelines-awscli
definitions:
push: &push
name: Push to Jfrog
script:
- pipe: jfrog/jfrog-setup-cli:1.0.0
- source ./jfrog-setup-cli.sh
- jfrog rt ping
pipelines:
branches:
master:
- step: *push
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.