Skip to content

Commit

Permalink
Use default "public" subnet (#2300)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDarthShoe authored Nov 10, 2022
1 parent 3d6c91f commit cb94c2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agent/provider/src/config/globals.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use std::{fs, io};
use ya_utils_path::SwapSave;

pub(crate) const GLOBALS_JSON: &str = "globals.json";
pub(crate) const DEFAULT_SUBNET: &str = "public-beta";
pub(crate) const DEFAULT_SUBNET: &str = "public";

fn default_subnet() -> Option<String> {
Some(DEFAULT_SUBNET.into())
Expand Down
2 changes: 1 addition & 1 deletion local-build-targz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cargo build --release --features static-openssl --target x86_64-unknown-linux-mu
bash .ci/pack-build.sh

CURRENT_DIR=`pwd`
SUBNET="hybrid"
SUBNET="public"
YAGNA_VERSION=${GITHUB_REF}
RELEASE_DIR="${CURRENT_DIR}/releases"
PROVIDER_BINARY_PATH="${RELEASE_DIR}/golem-provider-linux-${YAGNA_VERSION}.tar.gz"
Expand Down

0 comments on commit cb94c2b

Please sign in to comment.