Skip to content

Commit

Permalink
Fix deployment scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
adkerr committed Jan 30, 2020
1 parent 7886bd1 commit a17089b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2674,7 +2674,7 @@ def _build_trident(String name, String ssh_options, Map spec) {
label: "Execute release_to_github.py on $ip_address",
script: "ssh $ssh_options root@$ip_address '" +
"cd $vm_path/go/src2/github.com/netapp/trident;" +
"python $vm_path/tools/utils/github.py " +
"python3 $vm_path/tools/utils/github.py " +
"--action create-release " +
"--changelog CHANGELOG.md " +
"--organization $env.TRIDENT_PUBLIC_GITHUB_ORG " +
Expand All @@ -2701,7 +2701,7 @@ def _build_trident(String name, String ssh_options, Map spec) {
label: "Execute release_to_github.py on $ip_address",
script: "ssh $ssh_options root@$ip_address '" +
"cd $vm_path/go/src2/github.com/netapp/trident;" +
"python $vm_path/tools/utils/github.py " +
"python3 $vm_path/tools/utils/github.py " +
"--action create-release " +
"--changelog CHANGELOG.md " +
"--organization $env.TRIDENT_PUBLIC_GITHUB_ORG " +
Expand Down

0 comments on commit a17089b

Please sign in to comment.