1
0
Fork 0
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:
Henrik Hautakoski 2023-03-13 21:41:56 +01:00
parent f768186c51
commit 427a75f93e

View file

@ -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