File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ usage() {
6060# SHA256 checksum of the binary is also generated in a file named
6161# "cozy-stack-${VERSION_STRING}.sha256".
6262do_release () {
63- do_assets
63+ # do_assets
6464 do_build
6565
6666 openssl dgst -sha256 -hex " ${BINARY} " > " ${BINARY} .sha256"
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ set -xe
33
44RELEASE=" $( git describe --tags) "
55
6- go get -u -v ./...
6+ go get -u -v ./... || true # Always fail if you are in a tag…
77
88docker build -t " cozy/cozy-app-dev:${RELEASE} " -f scripts/Dockerfile .
99docker push " cozy/cozy-app-dev:${RELEASE} "
10- docker tag " cozy/cozy-app-dev:${RELEASE} " cozy/cozy-app-dev
11- docker push cozy/cozy-app-dev
10+ docker tag " cozy/cozy-app-dev:${RELEASE} " " cozy/cozy-app-dev:latest "
11+ docker push " cozy/cozy-app-dev:latest "
1212
1313GOOS=linux GOARCH=amd64 ./scripts/build.sh release
1414GOOS=linux GOARCH=arm ./scripts/build.sh release
You can’t perform that action at this time.
0 commit comments