Update .gitlab-ci.yml file for shell-docker

1 merge request!11Update .gitlab-ci.yml file for shell-docker
Pipeline #73643 passed with stages
in 30 seconds
Showing with 4 additions and 4 deletions
+4 -4
......@@ -6,7 +6,7 @@ stages:
build_application:
stage: build
tags:
- docker_itsoft
- shell_pathma
script:
- echo "This application will build here..."
......@@ -15,7 +15,7 @@ build_application:
lint-testing:
stage: testing
tags:
- docker_itsoft
- shell_pathma
script:
- echo "This application will lint-test here..."
......@@ -24,7 +24,7 @@ lint-testing:
unit-testing:
stage: testing
tags:
- docker_itsoft
- shell_pathma
needs:
- job: 'lint-testing'
optional: true
......@@ -42,7 +42,7 @@ unit-testing:
build-image-job:
stage: packaging
tags:
- docker_itsoft
- shell_pathma
rules:
- if: '$CI_COMMIT_BRANCH == "master"'
variables:
......
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