Skip to content

Commit

Permalink
Moved from local deploy-samples script to globel deploySamples
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMitterer committed Jan 16, 2019
1 parent 1d30157 commit 615477a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 144 deletions.
2 changes: 2 additions & 0 deletions .deploySamples.sh.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
WEB_DESCRIPTION="L10N für Dart"
WEB_PACKAGE="l10n"
9 changes: 4 additions & 5 deletions build.jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,13 @@ pipeline {
stage('Deploy') {
steps {
ansiColor('xterm') {
sh './deploy-samples.sh -x browser'
sh './deploy-samples.sh -u browser'
sh './deploy-samples.sh -d browser'
sh './deploy-samples.sh -p browser --force'
sh 'deploySamples.sh -x browser'
sh 'deploySamples.sh -u browser'
sh 'deploySamples.sh -d browser'
sh 'deploySamples.sh -p browser --force'
}
}
}

}
}

139 changes: 0 additions & 139 deletions deploy-samples.sh

This file was deleted.

0 comments on commit 615477a

Please sign in to comment.