Update .gitlab-ci.yml file for spec-runner develop

1 merge request!9Update .gitlab-ci.yml file for spec-runner develop
Pipeline #73632 passed with stages
in 1 minute and 17 seconds
Showing with 4 additions and 5 deletions
+4 -5
......@@ -9,7 +9,7 @@ build_application:
- docker_itsoft
script:
- echo "This application will build here..."
- pwd
- echo "Build application Done!"
lint-testing:
......@@ -18,8 +18,7 @@ lint-testing:
- docker_itsoft
script:
- echo "This application will lint-test here..."
- pwd
- ls -a
- echo "Lint test Done!"
unit-testing:
......@@ -62,6 +61,6 @@ build-image-job:
- cd $SERVICE
- docker login docker.io -u $DOCKER_USERNAME -p $DOCKER_PWD
- docker info
- docker build -t docker.io/pathmakantha/$SERVICE:$TAG .
- docker push docker.io/pathmakantha/$SERVICE:$TAG
- docker build -t docker.io/pathmakantha/${SERVICE}:$TAG .
- docker push docker.io/pathmakantha/${SERVICE}:$TAG
- echo "Packaging Done!"
Supports Markdown
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