Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai
website
Commits
ddd58338
Commit
ddd58338
authored
May 03, 2020
by
godog
Browse files
scripts: use go get with full path
parent
1a29438e
Pipeline
#6687
failed with stage
in 1 minute and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
scripts/update.sh
View file @
ddd58338
...
...
@@ -31,7 +31,7 @@ find_or_install() {
echo
"Installing
${
url
}
"
>
&2
# Go needs to be installed.
is_installed go
||
die
"Go needs to be installed. See https://golang.org/dl/"
go get
-u
-d
${
url
}
>
&2
||
true
go get
-u
-d
${
url
}
/
${
relpath
}
>
&2
||
true
go
install
${
url
}
/
${
relpath
}
\
||
die
"Could not install
${
bin
}
"
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment