6
0
Fork 0

Compare commits

..

No commits in common. "c76c08abe750ffc120a812113bbdd75b4ff3a9a6" and "ee2459d5380874e3ee30dcb6444006ab8f7348f7" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@ steps:
commands:
- apt-get update
- apt-get install -y libsystemd-dev
- 'go build -ldflags="-s -w" -v .'
- go build -ldflags="-s -w" -v .
environment:
DEBIAN_FRONTEND: noninteractive
- DEBIAN_FRONTEND=noninteractive
- name: release
image: plugins/gitea-release