Skip to content

Commit

Permalink
Strict bash
Browse files Browse the repository at this point in the history
  • Loading branch information
John Simons authored and Octopus Deploy committed Mar 11, 2022
1 parent e5177a4 commit 0559209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .octopus/deployment_process.ocl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ step "Push to Azure Marketplace" {
artifactFile="$(basename -- $artifactFilePath)"
cp $artifactFilePath /home/Octopus/

new_octopusartifact "/home/Octopus/$artifactFile"
new_octopusartifact "/home/Octopus/$artifactFile" "$artifactFile"

EOT
Octopus.Action.Script.ScriptSource = "Inline"
Expand Down

0 comments on commit 0559209

Please sign in to comment.