Skip to content
Snippets Groups Projects
Commit 3fdbc4c1 authored by Jonas Leder's avatar Jonas Leder
Browse files

renamed build in build beta

parent 1c088337
No related branches found
No related tags found
No related merge requests found
......@@ -4,12 +4,12 @@ services:
- docker:dind
stages:
- build
- build-beta
- build-release
- deploy
build: #This will be executed on every push. With this script the beta image will be build
build-beta: #This will be executed on every push. With this script the beta image will be build
stage: build
script:
- echo "building for branch $CI_COMMIT_REF_NAME"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment