Skip to content

Commit 67d436c

Browse files
committed
ci: brew autobumps the cask every 3h; remove from ci
1 parent a966de9 commit 67d436c

File tree

5 files changed

+2
-31
lines changed

5 files changed

+2
-31
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
with:
5757
tag_name: ${{ steps.set_tag_name.outputs.tag_name }}
5858
files: ${{ env.XCODE_BUILD_PATH }}/*.zip
59-
- run: scripts/after_deploy.sh
59+
- run: scripts/update_website.sh

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
# skip_cleanup: true
3434
# on:
3535
# repo: lwouis/alt-tab-macos
36-
#after_deploy: scripts/after_deploy.sh
36+
#after_deploy: scripts/update_website.sh

alt-tab-macos.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,6 @@
353353
BF0C848A4DDFF5D118CA9CAF /* ca */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = ca; path = Localizable.strings; sourceTree = "<group>"; };
354354
BF0C84B9B7A41E4A4534E519 /* app-icons-style-full.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "app-icons-style-full.jpg"; sourceTree = "<group>"; };
355355
BF0C84E11784B3B0900D0963 /* app.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = app.icns; sourceTree = "<group>"; };
356-
BF0C84EA7859592209FDEB8C /* after_deploy.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = after_deploy.sh; sourceTree = "<group>"; };
357356
BF0C850C46CCD8B978168CCD /* sv */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = sv; path = Localizable.strings; sourceTree = "<group>"; };
358357
BF0C861255F42BF7B23408EF /* sq */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = sq; path = InfoPlist.strings; sourceTree = "<group>"; };
359358
BF0C86370093A080DD5974D8 /* convert_svg_to_png.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = convert_svg_to_png.sh; sourceTree = "<group>"; };
@@ -593,7 +592,6 @@
593592
D04BAE298D0D87E4E69A2054 /* default.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = default.html; sourceTree = "<group>"; };
594593
D04BAE2BF28F187307C29FDE /* ru */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = ru; path = Localizable.strings; sourceTree = "<group>"; };
595594
D04BAE333F7170E87C5AC0EF /* CustomRecorderControl.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CustomRecorderControl.swift; sourceTree = "<group>"; };
596-
D04BAE93A5854C501639C640 /* update_homebrew_cask.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = update_homebrew_cask.sh; sourceTree = "<group>"; };
597595
D04BAE94A2FD4D9B72830B43 /* favicon-32x32.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "favicon-32x32.png"; sourceTree = "<group>"; };
598596
D04BAED1C4D6BB8E24847E79 /* TitleLabel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TitleLabel.swift; sourceTree = "<group>"; };
599597
D04BAED450528DC3C28FABDE /* Changelog.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = Changelog.md; sourceTree = "<group>"; };
@@ -1376,7 +1374,6 @@
13761374
children = (
13771375
D04BA4B5292629AA6B560216 /* package_and_notarize_release.sh */,
13781376
D04BAC6AFC7F06D1A567F27A /* replace_environment_variables_in_app.sh */,
1379-
D04BAE93A5854C501639C640 /* update_homebrew_cask.sh */,
13801377
D04BA0AAAE82C72855DBBA26 /* update_appcast.sh */,
13811378
D04BA123744B0C27E9F54B05 /* codesign_sparkle_embedded_apps.sh */,
13821379
D04BAD6700415D6F7C8B2BEE /* ci_cd.sh */,
@@ -1394,7 +1391,6 @@
13941391
D04BA59FD487D0DEBBA66A94 /* createicns */,
13951392
BF0C86370093A080DD5974D8 /* convert_svg_to_png.sh */,
13961393
BF0C81D602ED642A48D50B78 /* notarytool */,
1397-
BF0C84EA7859592209FDEB8C /* after_deploy.sh */,
13981394
1C96112432E87D36F90AFBED /* translate_i18n_tools.py */,
13991395
1C9618B3872558FBDE74D073 /* install_swiftformat.js */,
14001396
1C961AD30050B3BAC2A8EDD4 /* swiftformat.js */,

scripts/after_deploy.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

scripts/update_homebrew_cask.sh

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)