Compare commits
No commits in common. "22e7517839c61b44cda4b0ea365b0688e3e6b6d0" and "582715bc11cfd9d7d02055df862df3c63412b0ed" have entirely different histories.
22e7517839
...
582715bc11
@ -70,12 +70,12 @@ steps:
|
|||||||
CGO_ENABLED: "0"
|
CGO_ENABLED: "0"
|
||||||
GOOS: linux
|
GOOS: linux
|
||||||
GOARCH: amd64
|
GOARCH: amd64
|
||||||
- name: test with redis and package list
|
- name: test with redis
|
||||||
image: registry.odit.services/hub/library/redis:7-alpine3.16
|
image: registry.odit.services/hub/library/redis:7-alpine3.16
|
||||||
commands:
|
commands:
|
||||||
- redis-server & ./build &
|
- redis-server & ./build &
|
||||||
- sleep 5
|
- sleep 5
|
||||||
- xargs wget -O /dev/null <testing/packages.txt
|
- wget http://127.0.0.1:8080/axios
|
||||||
environment:
|
environment:
|
||||||
CGO_ENABLED: "0"
|
CGO_ENABLED: "0"
|
||||||
GOOS: linux
|
GOOS: linux
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
http://localhost:8080/axios
|
|
||||||
http://localhost:8080/svelte
|
|
||||||
http://localhost:8080/@sveltejs/kit
|
|
||||||
http://localhost:8080/release-it
|
|
||||||
http://localhost:8080/auto-changelog
|
|
Loading…
x
Reference in New Issue
Block a user