Skip to content

Commit

Permalink
- 1.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RaymondMouthaan committed Sep 13, 2019
1 parent f57e310 commit 78fbe64
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .docker/scripts/fix_python_gpio.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#!/bin/bash
set -ex

# Skip 36-rpi-gpio if not exists
if [[ ! -f "node_modules/\@node-red/nodes/core/hardware/36-rpi-gpio.js" ]]; then
exit 1;
fi

# Fix 36-rpi-gpio for Python
if [[ ${PYTHON_VERSION} != "0" ]]; then
echo "Fixing 36-rpi-gpio.js for Python"
Expand Down

0 comments on commit 78fbe64

Please sign in to comment.