Commit aa33ce8a authored by Vishal Vaddadhi's avatar Vishal Vaddadhi

testing env variables

parent 1b9cc8cf
Pipeline #1640 failed with stage
in 16 seconds
......@@ -25,8 +25,8 @@ stages:
docker-build:
stage: docker
script:
- echo "$CI_JOB_TOKEN"
- echo "$CI_REGISTRY"
- echo "$username"
- echo "$password"
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- docker build -t registry.gitlab.com/vishalvaddadhi/order-management-backend .
- docker push registry.gitlab.com/vishalvaddadhi/order-management-backend
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment