Skip to content

Commit

Permalink
bump version for frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
PatWie committed Dec 30, 2019
1 parent c1fda53 commit 8f7fe44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,21 +82,13 @@ steps:
environment:
GOPROXY: https://proxy.golang.org

# - name: coverage
# image: plugins/codecov
# settings:
# files:
# - coverage.out
# token:
# from_secret: codecov_token

- name: embed_files
pull: default
image: golang
commands:
- go get github.com/markbates/pkger/cmd/pkger
- cd /tmp
- wget -qO- https://github.com/infomark-org/infomark-ui/releases/download/0.0.4/infomark-ui.tar.gz | tar -xvz
- wget -qO- https://github.com/infomark-org/infomark-ui/releases/download/0.0.5/infomark-ui.tar.gz | tar -xvz
- cd /drone/src
- cp -r /tmp/build/* /drone/src/static
- pkger list
Expand Down Expand Up @@ -161,6 +153,6 @@ services:

---
kind: signature
hmac: 8e162f17b9cbf528d133679bb2a3b04a6ce434dd6c75d947ff6f281d4eee45d7
hmac: cf27858f6349bb3df9711f0dcd1abe40d859ba3e2c2f153e6a405c8742dacd65

...
2 changes: 1 addition & 1 deletion cmd/console/configuration_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func GenerateExampleConfiguration(domain string, root_path string) *configuratio
config.Server.Authentication.TotalRequestsPerMinute = 100
config.Server.Cronjobs.ZipSubmissionsIntervall = DurationFromString("5m")

config.Server.Email.Send = true
config.Server.Email.Send = false
config.Server.Email.SendmailBinary = "/usr/sbin/sendmail"
config.Server.Email.From = fmt.Sprintf("no-reply@%s", config.Server.HTTP.Domain)
config.Server.Email.ChannelSize = 300
Expand Down

0 comments on commit 8f7fe44

Please sign in to comment.