Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
PA165 Banking System
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Filip Piták
PA165 Banking System
Commits
402d52af
There was an error fetching the commit references. Please try again later.
Commit
402d52af
authored
11 months ago
by
Filip Piták
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file
parent
58ef5615
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+11
-24
11 additions, 24 deletions
.gitlab-ci.yml
with
11 additions
and
24 deletions
.gitlab-ci.yml
+
11
−
24
View file @
402d52af
...
@@ -13,19 +13,12 @@ build:
...
@@ -13,19 +13,12 @@ build:
-
shared-fi
-
shared-fi
stage
:
build
stage
:
build
script
:
script
:
-
echo "We are building your project, $GITLAB_USER_LOGIN"
-
echo "We are building your project, $GITLAB_USER_LOGIN"
-
cd infrastructure
-
mvn -f ./infrastructure clean install $MAVEN_CLI_OPTS
-
mvn clean install $MAVEN_CLI_OPTS
-
mvn -f ./m2m-banking-api clean install $MAVEN_CLI_OPTS
-
cd ..
-
mvn -f ./account-query clean install $MAVEN_CLI_OPTS
-
cd account-query
-
mvn -f ./account-management clean install $MAVEN_CLI_OPTS
-
mvn clean install $MAVEN_CLI_OPTS
-
mvn -f ./transaction-processor clean install $MAVEN_CLI_OPTS
-
cd ..
-
cd account-management
-
mvn clean install $MAVEN_CLI_OPTS
-
cd ..
-
cd transaction-processor
-
mvn clean install $MAVEN_CLI_OPTS
-
cd ..
artifacts
:
artifacts
:
expire_in
:
10 min
expire_in
:
10 min
paths
:
paths
:
...
@@ -36,14 +29,8 @@ test:
...
@@ -36,14 +29,8 @@ test:
-
shared-fi
-
shared-fi
stage
:
test
stage
:
test
script
:
script
:
-
cd infrastructure
-
mvn -f ./infrastructure clean install $MAVEN_CLI_OPTS
-
mvn clean install $MAVEN_CLI_OPTS
-
mvn -f ./m2m-banking-api clean install $MAVEN_CLI_OPTS
-
cd ..
-
mvn -f ./account-management clean verify
-
'
cd
account-management'
-
mvn -f ./account-query clean verify
-
'
mvn
verify'
-
mvn -f ./transaction-processor clean verify
-
cd ..
-
'
cd
account-query'
-
'
mvn
verify'
-
cd ..
-
'
cd
transaction-processor'
-
'
mvn
verify'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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