File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ let settings = {
44
44
'tinker' : true
45
45
} ,
46
46
47
- tachyonMeta : 'https://tachyon-ci .particle.io/meta' ,
47
+ tachyonMeta : 'https://linux-dist .particle.io/meta' ,
48
48
tachyonCacheLimitGB : 10
49
49
} ;
50
50
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const { platformForId } = require('../lib/platform');
15
15
16
16
const _ = require ( 'lodash' ) ;
17
17
18
- const DOCKER_CONFIG_URL = 'https://tachyon-ci .particle.io/alpha-assets/2ea71ce0afce170affb38d162a1e3460.json' ;
18
+ const DOCKER_CONFIG_URL = 'https://linux-dist .particle.io/alpha-assets/2ea71ce0afce170affb38d162a1e3460.json' ;
19
19
const PARTICLE_ENV_FILE = '.particle_env.yaml' ;
20
20
21
21
module . exports = class AppCommands extends CLICommandBase {
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ class DownloadManager {
33
33
}
34
34
}
35
35
36
- async fetchManifest ( { version = 'latest ' , isRb3Board = false } ) {
36
+ async fetchManifest ( { version = 'stable ' , isRb3Board = false } ) {
37
37
const type = isRb3Board ? 'rb3g2' : 'tachyon' ;
38
38
const metadataUrl = `${ settings . tachyonMeta } /${ type } -${ encodeURIComponent ( version ) } .json` ;
39
39
You can’t perform that action at this time.
0 commit comments