Compare commits
No commits in common. "e418ea627f5eabeb1b86fa229c59969b4c315caf" and "79901c31092d116b36e90f27f6e6a0d15d1eff17" have entirely different histories.
e418ea627f
...
79901c3109
12
.drone.yml
12
.drone.yml
@ -61,7 +61,7 @@ kind: pipeline
|
||||
type: kubernetes
|
||||
name: test:pr
|
||||
steps:
|
||||
- name: basic build
|
||||
- name: basic build test
|
||||
image: registry.odit.services/hub/library/golang:1.20-alpine3.16
|
||||
commands:
|
||||
- go mod download
|
||||
@ -70,16 +70,6 @@ steps:
|
||||
CGO_ENABLED: "0"
|
||||
GOOS: linux
|
||||
GOARCH: amd64
|
||||
- name: test with redis
|
||||
image: registry.odit.services/hub/library/redis:7-alpine3.16
|
||||
commands:
|
||||
- redis-server & ./build &
|
||||
- sleep 5
|
||||
- xargs wget -O /dev/null <testing/packages.txt
|
||||
environment:
|
||||
CGO_ENABLED: "0"
|
||||
GOOS: linux
|
||||
GOARCH: amd64
|
||||
trigger:
|
||||
event:
|
||||
- pull_request
|
@ -1,5 +0,0 @@
|
||||
http://127.0.0.1:8080/axios
|
||||
http://127.0.0.1:8080/svelte
|
||||
http://127.0.0.1:8080/@sveltejs/kit
|
||||
http://127.0.0.1:8080/release-it
|
||||
http://127.0.0.1:8080/auto-changelog
|
Loading…
x
Reference in New Issue
Block a user