Skip to content
Snippets Groups Projects
Commit e6600c8a authored by zabiulla.ahmadi's avatar zabiulla.ahmadi
Browse files

modifiy ci/cd

parent 07a33b5e
No related branches found
No related tags found
No related merge requests found
Pipeline #22516 failed
......@@ -14,7 +14,7 @@ cache:
variables:
MAVEN_OPTS: "-Dmaven.repo.local=$CI_PROJECT_DIR/.cache/repository"
build-backend:
build:
stage: build
script:
- mvn clean compile
......@@ -23,14 +23,14 @@ build-backend:
- target/
expire_in: 1 hour
test-backend:
stage: quality
test:
stage: test
script:
- mvn test
# dependencies:
# - build-backend
package-backend:
package:
stage: deploy
script:
- mvn package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment