Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit be04523b authored by Nicolas's avatar Nicolas
Browse files

Add new job

parent 767aa3e8
No related branches found
No related tags found
No related merge requests found
......@@ -30,8 +30,6 @@ elastic:
gcloud:
stage: deploy
needs:
- elastic
tags:
- docker
image:
......@@ -39,4 +37,14 @@ gcloud:
entrypoint: [""]
script: |-
gcloud version
gcloud auth login
\ No newline at end of file
gcloud auth login
link:
stage: deploy
needs:
- elastic
- gcloud
tags:
- docker
script: |-
echo "Link"
\ No newline at end of file
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