mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-27 12:46:03 +01:00
Merge pull request #12655 from bitsf/update_version_1.10.5
update version 1.10.5
This commit is contained in:
commit
7cca4315fa
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
set -ex
|
||||||
|
|
||||||
sudo apt-get update && sudo apt-get install -y libldap2-dev
|
sudo apt-get update && sudo apt-get install -y libldap2-dev
|
||||||
go get -d github.com/docker/distribution
|
go get -d github.com/docker/distribution
|
||||||
@ -9,7 +9,6 @@ go get -d github.com/lib/pq
|
|||||||
go get golang.org/x/lint/golint
|
go get golang.org/x/lint/golint
|
||||||
go get github.com/GeertJohan/fgt
|
go get github.com/GeertJohan/fgt
|
||||||
go get github.com/dghubble/sling
|
go get github.com/dghubble/sling
|
||||||
go get github.com/stretchr/testify
|
|
||||||
go get golang.org/x/tools/cmd/cover
|
go get golang.org/x/tools/cmd/cover
|
||||||
go get github.com/mattn/goveralls
|
go get github.com/mattn/goveralls
|
||||||
go get -u github.com/client9/misspell/cmd/misspell
|
go get -u github.com/client9/misspell/cmd/misspell
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
set -ex
|
||||||
|
|
||||||
export POSTGRESQL_HOST=$1
|
export POSTGRESQL_HOST=$1
|
||||||
export REGISTRY_URL=$1:5000
|
export REGISTRY_URL=$1:5000
|
||||||
export CHROME_BIN=chromium-browser
|
export CHROME_BIN=chromium-browser
|
||||||
|
Loading…
Reference in New Issue
Block a user