mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
debugging...
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
image: docker:latest
|
||||
|
||||
services:
|
||||
- docker:dind
|
||||
image: funcy/go-dind:latest
|
||||
|
||||
cache:
|
||||
key: "$CI_COMMIT_REF_NAME"
|
||||
|
||||
@@ -17,8 +17,9 @@ $fn test
|
||||
someport=50080
|
||||
docker rm --force functions || true # just in case
|
||||
docker run --name functions -d -v /var/run/docker.sock:/var/run/docker.sock -p $someport:8080 funcy/functions
|
||||
|
||||
sleep 10
|
||||
docker logs functions
|
||||
|
||||
export API_URL="http://localhost:$someport"
|
||||
$fn apps l
|
||||
$fn apps create myapp
|
||||
|
||||
Reference in New Issue
Block a user