mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Merge branch 'andrey-drop-patch-versions' into 'master'
Drop patch version for rust See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/623 Merged-by: Stan Hu <stanhu@gmail.com> Approved-by: Stan Hu <stanhu@gmail.com> Co-authored-by: Andrejs Cunskis <acunskis@gitlab.com>
This commit is contained in:
commit
9cfb653c95
4 changed files with 6 additions and 7 deletions
|
|
@ -63,10 +63,9 @@ function print_golang_args() {
|
|||
|
||||
function print_rust_args() {
|
||||
case "$1" in
|
||||
1.65.0)
|
||||
1.65)
|
||||
INSTALL_RUST_VERSION="1.65.0"
|
||||
;;
|
||||
|
||||
*) fail "Unknown rust version $1" ;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue