Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi authored May 17, 2020
1 parent 400178c commit 8bb9cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ node {
wrap([$class: 'MaskPasswordsBuildWrapper', varPasswordPairs: [[password: '$ADO_PUBLISHER_API_KEY', var: 'SECRET']]]) {
sh '''#!/bin/bash
set -euxo pipefail
tfx extension publish -t ${ADO_PUBLISHER_API_KEY}
./node_modules/tfx-cli/_build/tfx-cli.js extension publish -t ${ADO_PUBLISHER_API_KEY}
'''
}
}
Expand Down

0 comments on commit 8bb9cc6

Please sign in to comment.