ci: include wait-for script verbatim

This commit is contained in:
Wieland Schöbl
2021-09-09 11:56:30 +00:00
committed by Rainer Killinger
parent 972b551a57
commit b42db4d8b0
3 changed files with 186 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ docker image node:
- docker:dind
script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN registry.gitlab.com/openstapps/projectmanagement/
- docker build -t registry.gitlab.com/openstapps/projectmanagement/node -f images/node/Dockerfile .
- docker build -t registry.gitlab.com/openstapps/projectmanagement/node -f images/node/Dockerfile images/node
- docker push registry.gitlab.com/openstapps/projectmanagement/node
tags:
- docker