管道因自定义泊坞窗图像而失败

时间:2017-02-28 03:25:21

标签: git bash shell docker bitbucket

我在docker hub上有一个自定义docker镜像:salmantariq/node_mysql。它上面安装了MySQL服务器,通过nvm安装了节点。我收到以下错误。我确信我在这里遗漏了一些东西,但不知道是什么。

{
bash: cannot set terminal process group (9): Not a ttybash: no job control in this shell+ umask 000+ git clone --branch="user-login-error-fix" --depth 50 https://x-token-auth:$REPOSITORY_OAUTH_ACCESS_TOKEN@bitbucket.org/diligensoftware/web.git $BUILD_DIR ; git reset --hard ed570209d7a4a1d7b29fe09d9dd7909ed42ed65e ; git remote set-url origin https://x-token-auth:{access_token}@bitbucket.org/diligensoftware/web.gitCloning into '/opt/atlassian/pipelines/agent/build'...HEAD is now at ed57020 configuring test+ chmod 777 $BUILD_DIRbash: cannot set terminal process group (9): Inappropriate ioctl for devicebash: no job control in this shell
}

0 个答案:

没有答案