Skip to content

Commit

Permalink
Shell linting
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellMorgenstern committed Oct 7, 2019
1 parent b1bc704 commit 1121e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/release-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
set -xe

docker run --privileged -v "$(pwd):/home/conan/fritzing" \
-e TRAVIS=${TRAVIS:-} \
-e TRAVIS_BUILD_NUMBER=${TRAVIS_BUILD_NUMBER:-} \
-e TRAVIS="${TRAVIS:-}" \
-e TRAVIS_BUILD_NUMBER="${TRAVIS_BUILD_NUMBER:-}" \
-w /home/conan/fritzing fritzing/build:"$1" docker/xvfb-release-helper.sh "$2"

0 comments on commit 1121e07

Please sign in to comment.