Skip to content

Commit

Permalink
String around curl command
Browse files Browse the repository at this point in the history
  • Loading branch information
maknop committed Aug 7, 2023
1 parent 035d99c commit 01dcf9a
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 @@ -174,7 +174,7 @@ pipeline {
steps {
sh '''
# source is preferred to | bash -s in this case to avoid a subshell
source <(curl -sSL ${COMMON_BUILDER}/src/frontend-build.sh)
source <(curl -sSL "${COMMON_BUILDER}/src/frontend-build.sh")
BUILD_RESULTS=$?
'''
}
Expand Down

0 comments on commit 01dcf9a

Please sign in to comment.