Skip to content

Commit 1dd2bbf

Browse files
committed
more build tweaks
1 parent 5187b3c commit 1dd2bbf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/server_ci_cd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
# id: yarn-cache
5858
with:
5959
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
60-
key: jonline-tamagui-build-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
60+
key: jonline-consistency-test-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
6161
restore-keys: |
62-
jonline-tamagui-build-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
62+
jonline-consistency-test-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
6363
6464
- working-directory: frontends/tamagui
6565
run: yarn install

backend/src/bin/load_balancer.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ struct KubernetesSecretMetadata {
114114
}
115115

116116
/// Load the Jonline server configuration
117-
async fn setup_nginx_config(options: &Options) -> io::Result<JonlineServerConfig> {
117+
async fn setup_nginx_config(_options: &Options) -> io::Result<JonlineServerConfig> {
118118
// let certs = load_certs(&options.cert)?;
119119
// debug_assert_eq!(1, certs.len());
120120
// let key = load_key(&options.key)?;

0 commit comments

Comments
 (0)