Skip to content

Commit

Permalink
Merge pull request #609 from snyk/fix/publish
Browse files Browse the repository at this point in the history
fix: publishing container cannot run with TTY
  • Loading branch information
adrukh committed Jun 27, 2019
2 parents ac39955 + 2a83dd1 commit 57d7699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"//": "build alpine binary inside an alpine container, or else the binary is broken",
"path": "@semantic-release/exec",
"cmd": "docker run --rm -ti -v `pwd`:/snyk node:alpine sh /snyk/scripts/alpine-build.sh"
"cmd": "docker run --rm -i -v `pwd`:/snyk node:alpine sh /snyk/scripts/alpine-build.sh"
},
{
"//": "build the regular macos, linux and windows binaries",
Expand Down

0 comments on commit 57d7699

Please sign in to comment.