Fixed YAML syntax in .gitlab-ci.yml
This commit is contained in:
parent
ce2e653265
commit
2a86dc8127
1 changed files with 1 additions and 1 deletions
|
|
@ -18,6 +18,6 @@ deploy:
|
||||||
- docker login $REGISTRY_NAME -u $DOCKER_USER -p $DOCKER_PASSWORD
|
- docker login $REGISTRY_NAME -u $DOCKER_USER -p $DOCKER_PASSWORD
|
||||||
- docker push $IMAGE_NAME
|
- docker push $IMAGE_NAME
|
||||||
- docker push $DOCKER_IMAGE_TAG
|
- docker push $DOCKER_IMAGE_TAG
|
||||||
- curl -X POST -H "Authorization: Bearer $GOCD_ACCESS_TOKEN" -d '{"repository_url": "https://gitlab.com/flygrounder/go-mtg-vk"}' -H "Accept: application/vnd.go.cd.v2+json" -H "Content-Type: application/json" http://165.22.85.27:8153/go/api/admin/materials/git/notify
|
- "curl -X POST -H \"Authorization: Bearer $GOCD_ACCESS_TOKEN\" -d '{\"repository_url\": \"https://gitlab.com/flygrounder/go-mtg-vk\"}' -H \"Accept: application/vnd.go.cd.v2+json\" -H \"Content-Type: application/json\" http://165.22.85.27:8153/go/api/admin/materials/git/notify"
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue