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
d86f930b
Commit
d86f930b
authored
2 years ago
by
Ранасингхе Мудиянселаге Патма Канта Кудагаммана
Browse files
Options
Download
Patches
Plain Diff
Update .gitlab-ci.yml file for spec-runner develop
parent
d9701874
develop
feature_new
to-develop-spec
1 merge request
!9
Update .gitlab-ci.yml file for spec-runner develop
Pipeline
#73632
passed with stages
in 1 minute and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-5
.gitlab-ci.yml
with
4 additions
and
5 deletions
+4
-5
.gitlab-ci.yml
+
4
−
5
View file @
d86f930b
...
...
@@ -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!"
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