Fixed trigger curl and readme updates
This commit is contained in:
parent
5cece69746
commit
fd547267b7
@ -38,7 +38,7 @@ build:
|
||||
- docker build --cache-from ${CI_REGISTRY_IMAGE}:${CACHETAG} -t ${CI_REGISTRY_IMAGE}:${VERSION} -t ${CI_REGISTRY_IMAGE}:${CACHETAG} .
|
||||
- docker push ${CI_REGISTRY_IMAGE}:${VERSION}
|
||||
- docker push ${CI_REGISTRY_IMAGE}:${CACHETAG}
|
||||
- if [ -n "${TRIGGER_PIPELINE}" ]; then curl -X POST -F token=${TRIGGER_PIPELINE} -F ref=x86_64-extras http://dev.leenooks.net/api/v4/projects/45/trigger/pipeline; fi
|
||||
- if [ -n "${TRIGGER_PIPELINE}" ]; then curl -sSX POST -F token=${TRIGGER_PIPELINE} -F ref=x86_64-extras http://dev.leenooks.net/api/v4/projects/45/trigger/pipeline > /dev/null; fi
|
||||
tags:
|
||||
- docker
|
||||
only:
|
||||
|
@ -35,7 +35,7 @@ To use this container:
|
||||
| :- | :-- |
|
||||
| -d | Detached mode: run the container in the background and print the new container ID. |
|
||||
| -i | Keep STDIN open even if not attached. (required) |
|
||||
| -n | Give your container a specific name. (optional) |
|
||||
| --name= | Give your container a specific name. (optional) |
|
||||
| -p | Map host ports to container ports. (may be required, otherwise recommended) |
|
||||
| -t | Allocate a pseudo-TTY. (required) |
|
||||
| -v | Map a path on the host into the container (optional but recommended). |
|
||||
|
Reference in New Issue
Block a user