Skip to content
Snippets Groups Projects
Commit 40b1ec9f authored by Andri Joos's avatar Andri Joos :blush:
Browse files

move prepare_scripts job to prepare stage

parent eaab11e5
No related branches found
No related tags found
No related merge requests found
stages:
- prepare
- prepare_scripts
- build_images
- deploy
- configure
......@@ -326,10 +325,8 @@ build_my_bot:
# prepare scripts
prepare_scripts:
stage: prepare_scripts
stage: prepare
retry: 2
needs:
- prepare_ssh_scripts # bug, if no needs, job cannot be triggered
# when: manual
image: $PYTHON_IMAGE
allow_failure: false
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment