Skip to content

Commit

Permalink
bug: build.jenkins uses the right deploy-samples-script
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMitterer committed Jul 5, 2018
1 parent 1e3d20e commit 1f877bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -16,10 +16,10 @@ Add this package to your pubspec.yaml file:

Then, run `pub get` to download and link in the package.

## Sample
## Example

Live: [m4d_router.example.mikemitterer.at](http://m4d_router.example.mikemitterer.at/)
Source - check it out on [GitHub](https://github.com/MikeMitterer/m4d_router/tree/route_version/example/browser)
Source on [GitHub](https://github.com/MikeMitterer/m4d_router/tree/route_version/example/browser)

```dart
void main() {
Expand Down
4 changes: 2 additions & 2 deletions build.jenkins
Expand Up @@ -36,8 +36,8 @@ pipeline {
steps {
timeout(time: 30, unit: 'MINUTES') {
ansiColor('xterm') {
sh './deploy-sample.sh --deploy'
sh './deploy-sample.sh --publish --force'
sh './deploy-samples.sh --deploy'
sh './deploy-samples.sh --publish --force'
}
}
}
Expand Down

0 comments on commit 1f877bc

Please sign in to comment.