Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.

Commit

Permalink
πŸ‘·β€β™€οΈ Getting travis to build the project 6
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbujm committed May 30, 2019
1 parent a595d0f commit 512a59d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
script:
- set -e
- ls
- docker run -v $(pwd):/app -v $(yarn cache dir):/yarn-cache -e CODECOV_TOKEN="$CODECOV_TOKEN" -e BALENA_CLOUD_KEY="$BALENA_CLOUD_KEY" -e BALENA_REMOTE="$BALENA_REMOTE" vanbujm/moonbase-balena:v0.1.0-ci-v0.2.14 -c "cd /app && yarn --ignore-scripts --cache-folder /yarn-cache && ./download-binary-arm.sh && ./build-server.sh"
- docker run -v $(pwd):/app -v $(yarn cache dir):/yarn-cache -e CODECOV_TOKEN="$CODECOV_TOKEN" -e BALENA_CLOUD_KEY="$BALENA_CLOUD_KEY" -e BALENA_REMOTE="$BALENA_REMOTE" vanbujm/moonbase-balena:v0.1.0-ci-v0.2.14 -c "cd /app && grep -v "opencv4nodejs" package.json > temp && mv temp package.json && yarn --cache-folder /yarn-cache && ./build-server.sh && ./deploy.sh"
# - ls
# - eval "$(ssh-agent -s)"
# - echo -e $BALENA_CLOUD_KEY > id_rsa
Expand Down
Empty file modified deploy.sh
100644 β†’ 100755
Empty file.

0 comments on commit 512a59d

Please sign in to comment.