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

Commit

Permalink
fix script path
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeschwendt committed Jun 12, 2018
1 parent fd1a1a0 commit 2c9233c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ stages:
jobs:
include:
- script:
- ./scripts/ci/travis/check.sh
- ./scripts/ci/travis/build.sh
- ./scripts/ci/check.sh
- ./scripts/ci/build.sh
stage: build
- if: branch IN (master)
script:
Expand Down
2 changes: 2 additions & 0 deletions scripts/ci/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

set -u -e -o pipefail

echo "TODO - deploy script"

exit 0

0 comments on commit 2c9233c

Please sign in to comment.