Skip to content

Commit fe47b93

Browse files
authored
Don't show extra resources
This avoids `diff` to return != 0 and make the Jenkins script fail
1 parent 1db1ba2 commit fe47b93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

atpack.build.bash

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ for x in $ALL_DEVICE_SPECS; do
7979
fi
8080
done
8181

82-
NEW_ALL_FILES=`find ../objdir`
82+
#NEW_ALL_FILES=`find ../objdir`
8383

84-
echo "NEW FILES ADDED: "
85-
diff <(echo "$ALL_FILES" ) <(echo "$NEW_ALL_FILES")
84+
#echo "NEW FILES ADDED: "
85+
#diff <(echo "$ALL_FILES" ) <(echo "$NEW_ALL_FILES")
8686

8787
cd ..
8888

0 commit comments

Comments
 (0)