We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d5818 commit 786ddd9Copy full SHA for 786ddd9
build-tools/build.sh
@@ -37,7 +37,7 @@ tar_files_and_cleanup() {
37
-a -not -name "." \
38
-a -not -name "logo.svg" \
39
-a -not -name "logo.png" \
40
- -a -not -name "*.zip"\) -maxdepth 1)
+ -a -not -name "*.zip" \) -maxdepth 1)
41
42
# There are files that need to be pulled into a tar archive
43
if [[ ! -z $tarFiles ]]; then
@@ -146,4 +146,4 @@ build_registry
146
if [ $? -ne 0 ]; then
147
echo "Error building the devfile registry"
148
cleanup_and_exit 1
149
-fi
+fi
0 commit comments