Skip to content

Commit

Permalink
Use stable version of devicehive-admin-panel
Browse files Browse the repository at this point in the history
  • Loading branch information
sitnik committed Mar 20, 2018
1 parent ee8c6b6 commit d90cb15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ node('docker') {
def node = docker.image('node:9')
node.pull()
node.inside {
git url: "https://github.com/devicehive/devicehive-admin-panel.git", branch: "development"

sh('curl -L "https://github.com/devicehive/devicehive-admin-panel/archive/1.0.0.tar.gz" | tar -zxf - --strip-components=1')
writeFile file: 'src/environments/environment.prod.ts', text: """export const environment = {
production: true,
autoUpdateSession: true,
Expand Down

0 comments on commit d90cb15

Please sign in to comment.