diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index efcdc26..ca421cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,6 @@ image: golang:latest stages: - test - build - - deploy format: stage: test @@ -32,8 +31,3 @@ compile: artifacts: paths: - bin - -deploy: - stage: deploy - script: echo "Define your deployment script!" - environment: production