mirror of
https://github.com/pnx/pinger.git
synced 2026-06-16 03:24:54 +02:00
.gitlab-ci.yml: remove deploy stage
This commit is contained in:
parent
f768186c51
commit
427a75f93e
1 changed files with 0 additions and 6 deletions
|
|
@ -12,7 +12,6 @@ image: golang:latest
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
- build
|
- build
|
||||||
- deploy
|
|
||||||
|
|
||||||
format:
|
format:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
@ -32,8 +31,3 @@ compile:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- bin
|
- bin
|
||||||
|
|
||||||
deploy:
|
|
||||||
stage: deploy
|
|
||||||
script: echo "Define your deployment script!"
|
|
||||||
environment: production
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue