Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Ранасингхе Мудиянселаге Патма Канта Кудагаммана
DevOps2022Pathma
Commits
f641c2c5
Commit
f641c2c5
authored
2 years ago
by
Ранасингхе Мудиянселаге Патма Канта Кудагаммана
Browse files
Options
Download
Patches
Plain Diff
Update .gitlab-ci.yml file for shell-docker
parent
d86f930b
develop
feature_new
to-develop-spec
1 merge request
!11
Update .gitlab-ci.yml file for shell-docker
Pipeline
#73643
passed with stages
in 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
.gitlab-ci.yml
with
4 additions
and
4 deletions
+4
-4
.gitlab-ci.yml
+
4
−
4
View file @
f641c2c5
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets