Skip to content
Snippets Groups Projects
Commit 519c9b52 authored by Marco Holz's avatar Marco Holz
Browse files

fix CI: remove $CI_REGISTRY

parent 5c8db00f
No related branches found
No related tags found
1 merge request!36fix CI: remove $CI_REGISTRY
...@@ -38,7 +38,7 @@ build: ...@@ -38,7 +38,7 @@ build:
upload:review: upload:review:
stage: upload stage: upload
image: $CI_REGISTRY/alpine:latest image: alpine:latest
environment: environment:
name: review/$CI_COMMIT_REF_NAME name: review/$CI_COMMIT_REF_NAME
on_stop: stop:review on_stop: stop:review
...@@ -55,7 +55,7 @@ upload:review: ...@@ -55,7 +55,7 @@ upload:review:
upload:production: upload:production:
stage: upload stage: upload
image: $CI_REGISTRY/alpine:latest image: alpine:latest
environment: environment:
name: production name: production
url: https://docs.fitko.de/fit-connect/ url: https://docs.fitko.de/fit-connect/
...@@ -70,7 +70,7 @@ upload:production: ...@@ -70,7 +70,7 @@ upload:production:
stop:review: stop:review:
stage: .post stage: .post
image: $CI_REGISTRY/alpine:latest image: alpine:latest
environment: environment:
name: review/$CI_COMMIT_REF_NAME name: review/$CI_COMMIT_REF_NAME
action: stop action: stop
......
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