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

post/linux-cicd-drone-tools-introduce #119

Open
utterances-bot opened this issue Jun 26, 2021 · 1 comment
Open

post/linux-cicd-drone-tools-introduce #119

utterances-bot opened this issue Jun 26, 2021 · 1 comment

Comments

@utterances-bot
Copy link

Drone 使用

通过 Jekyll 和 Github Pages 搭建的个人 Blog ,记录一些日常生活以及杂七杂八的技术文章,如有不足不吝赐教,如果喜欢欢迎转发。

https://gohalo.me/post/linux-cicd-drone-tools-introduce.html

Copy link

longuu commented Jun 26, 2021

kind: pipeline
type: exec
name: pipeline

clone:
disable: false
steps:

  • name: test
    depends_on: [clone]
    commands:
    • echo hello world
    • mvn --version

不是说drone-runner-exec安装后 命令就可以直接用本地宿主机的环境命令么,怎么都是找不到呢,那这个插件的意义不是没啥了吗,跟没装一样

  • echo hello world
    0s
    2 hello world
    0s
    3 + mvn --version
    0s
    4 /tmp/drone-E0wMqplyKX8OJcrs/opt/test: line 8: mvn: command not found

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

2 participants