We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 386af14 commit 65ce399Copy full SHA for 65ce399
ci/build/build-code-server.sh
@@ -20,8 +20,10 @@ main() {
20
21
if ! [ -f ./lib/coder-cloud-agent ]; then
22
OS="$(uname | tr '[:upper:]' '[:lower:]')"
23
+ set +e
24
curl -fsSL "https://storage.googleapis.com/coder-cloud-releases/agent/latest/$OS/cloud-agent" -o ./lib/coder-cloud-agent
25
chmod +x ./lib/coder-cloud-agent
26
+ set -e
27
fi
28
29
parcel build \
0 commit comments