debugging...

This commit is contained in:
Travis Reeder
2017-07-25 09:51:55 -07:00
parent 59b8f76723
commit 1bda8c515a
2 changed files with 3 additions and 5 deletions

View File

@@ -1,7 +1,4 @@
image: docker:latest
services:
- docker:dind
image: funcy/go-dind:latest
cache:
key: "$CI_COMMIT_REF_NAME"

View File

@@ -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