Skip to content

Commit

Permalink
Revert "Update .gitlab-ci.yml"
Browse files Browse the repository at this point in the history
This reverts commit 2bba3c6
  • Loading branch information
mtrycz committed Apr 16, 2020
1 parent 2bba3c6 commit 75be350
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ cache:
stages:
- test
- deploy_snapshot
- build_container
- deploy_container
- build_test_container
- deploy_test_container
- release
- build_prod_container
- deploy_prod_container
Expand All @@ -43,8 +43,8 @@ deploy_snapshot:
script:
- mvn -B clean compile package deploy -DskipTests -Pprod -U

buildcontainer:
stage: build_container
buildtestcontainer:
stage: build_test_container
tags:
- shared
only:
Expand All @@ -57,7 +57,7 @@ buildcontainer:


deploydockertest01e02:
stage: deploy_container
stage: deploy_test_container
image: scolagreco/alpine-ssh:latest
tags:
- shared
Expand Down

0 comments on commit 75be350

Please sign in to comment.