Skip to content

Commit

Permalink
Remove test variable
Browse files Browse the repository at this point in the history
  • Loading branch information
PrestonN authored Aug 2, 2024
1 parent 4539903 commit c93619b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

$baseUrl = "https://github.com/FreeTubeApp/FreeTube/releases/download/";

$testVariable = 'This is a test for automated deployments please ignore';

$downloadAppImage = $baseUrl.$fullTagName."/FreeTube_".$versionNumber."_amd64.AppImage";
$downloadDebx64 = $baseUrl.$fullTagName."/freetube_".$versionNumber."_amd64.deb";
$downloadDebArm64 = $baseUrl.$fullTagName."/freetube_".$versionNumber."_arm64.deb";
Expand Down

0 comments on commit c93619b

Please sign in to comment.