Skip to content

Commit ea2fb73

Browse files
default to ci.concourse-ci.org for Fly download
1 parent e508ee0 commit ea2fb73

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

src/fly-cli/devcontainer-feature.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@
66
"options": {
77
"url": {
88
"type": "string",
9-
"description": "Concourse URL to download the Fly CLI from"
9+
"default": "https://ci.concourse-ci.org",
10+
"description": "Concourse URL to download the Fly CLI from",
11+
"proposals": [
12+
"",
13+
"https://ci.concourse-ci.org"
14+
]
1015
}
1116
},
1217
"installsAfter": [

src/fly-cli/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
: ${URL:=https://ci.nulldriver.com}
3+
: ${URL:=https://ci.concourse-ci.org}
44

55
USERNAME=${USERNAME:-${_REMOTE_USER:-"automatic"}}
66

0 commit comments

Comments
 (0)