Skip to content

Commit

Permalink
clean up a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
reschandreas committed Jan 2, 2024
1 parent 8c17530 commit 96c078c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/templates/Jenkinsfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@ pipeline {
{%- if action.workdir %}
dir('{{ action.workdir }}') {
sh '''
{{ step.script | indent(8, false) }}
{{ action.script | indent(8, false) }}
'''
}
{%- else %}
sh '''
{{ step.script | indent(6, false) }}
{{ action.script | indent(6, false) }}
'''
{%- endif %}
}
Expand Down

0 comments on commit 96c078c

Please sign in to comment.