-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update various things for cbf2024 (#16)
* Update various things for cbf2024 * Try to fix CI/CD timeouts (#17) * add free-disk-space * KVM group perms and heap sizes
- Loading branch information
1 parent
6a2aa20
commit 912ba56
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<resources> | ||
<string name="app_name">Cambridge Beer Festival</string> | ||
<string name="festival_name">Cambridge Beer Festival 2023</string> | ||
<string name="festival_hashtag">cbf2023</string> | ||
<string name="festival_name">Cambridge Beer Festival 2024</string> | ||
<string name="festival_hashtag">cbf2024</string> | ||
<string name="festival_website_url">https://www.cambridgebeerfestival.com/</string> | ||
<string formatted="false" name="share_intent_subject">Drinking a %1$s at the %2$s</string> | ||
<string formatted="false" name="share_intent_text">Drinking %1$s %2$s</string> | ||
<string name="beer_list_url">https://data.cambridgebeerfestival.com/cbf2023/beer.json</string> | ||
<string name="beer_list_url">https://data.cambridgebeerfestival.com/cbf2024/beer.json</string> | ||
</resources> |