Skip to content

Commit

Permalink
Merge pull request #6855 from alvasw/Remove_broken_DockerFile
Browse files Browse the repository at this point in the history
Remove broken DockerFile
  • Loading branch information
alejandrogarcia83 authored Sep 11, 2023
2 parents b8a7f0a + 9d593ae commit 0ff2b9d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 22 deletions.
20 changes: 0 additions & 20 deletions desktop/package/linux/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion desktop/package/macosx/insert_snapshot_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ find . -type f \( -name "finalize.sh" \
-o -name "release.sh" \
-o -name "package.sh" \
-o -name "version.txt" \
-o -name "Dockerfile" \
\) -exec sed -i '' s/$version/"$version-SNAPSHOT"/ {} +
1 change: 0 additions & 1 deletion desktop/package/macosx/replace_version_number.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ find . -type f \( -name "finalize.sh" \
-o -name "release.sh" \
-o -name "package.sh" \
-o -name "version.txt" \
-o -name "Dockerfile" \
\) -exec sed -i '' s/"$oldVersion-SNAPSHOT"/$newVersion/ {} +

find . -type f \( -name "Info.plist" \
Expand Down

0 comments on commit 0ff2b9d

Please sign in to comment.