Fixed bad gitlab-ci due to previous aborted tests
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
parent
5b60e8c243
commit
c134e87d89
@ -7,7 +7,6 @@ stages:
|
|||||||
- test
|
- test
|
||||||
- package
|
- package
|
||||||
- release
|
- release
|
||||||
- deploy
|
|
||||||
|
|
||||||
# Disable the Gradle daemon for Continuous Integration servers as correctness
|
# Disable the Gradle daemon for Continuous Integration servers as correctness
|
||||||
# is usually a priority over speed in CI environments. Using a fresh
|
# is usually a priority over speed in CI environments. Using a fresh
|
||||||
@ -75,13 +74,4 @@ release-master:
|
|||||||
- docker build . -t $CONTAINER_RELEASE_IMAGE
|
- docker build . -t $CONTAINER_RELEASE_IMAGE
|
||||||
- docker push $CONTAINER_RELEASE_IMAGE
|
- docker push $CONTAINER_RELEASE_IMAGE
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
deploy:
|
|
||||||
stage: deploy
|
|
||||||
image: alpine
|
|
||||||
before_script:
|
|
||||||
- echo "${SSH_PRIVATE_KEY}" | tr -d '\r' | ssh-add -
|
|
||||||
- mkdir -p ~/.ssh
|
|
||||||
- chmod 700 ~/.ssh
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user