Skip to content

Commit

Permalink
jfcli
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Oct 3, 2023
1 parent 6fafdb9 commit 1ee935a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def uploadAlpineArtifacts(String buildArch) {
def CheckExists = jf 'rt s ${TARGET} --count'
echo "Check : CheckExists"

if ( "jf 'rt s ${TARGET}'" ) {
if jf 'rt s ${TARGET}' {
echo file_exists=true
} else {
echo file_exists=false
Expand Down

0 comments on commit 1ee935a

Please sign in to comment.