Skip to content

Commit

Permalink
fix Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
godot committed Apr 25, 2024
1 parent c02da42 commit 0594e28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ pipeline {

stage('Test tagged release') {
agent { kubernetes { yaml podTemplate("20.11") } }
when { tag pattern: "v.*", comparator: "REGEXP"}
// when { tag pattern: "v.*", comparator: "REGEXP"}

steps {
container(name: 'node') {
sh 'npm install -g @platformos/pos-cli'
sh 'pos-cli init'
sh 'pos-cli data clean --auto-confirm --include-schema'
sh 'pos-cli deploy'
// sh 'pos-cli init'
// sh 'pos-cli data clean --auto-confirm --include-schema'
// sh 'pos-cli deploy'
}
}
}
Expand Down

0 comments on commit 0594e28

Please sign in to comment.