Skip to content
Snippets Groups Projects
Commit 39a199b1 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Add deploy stage

parent 7f8eb05d
No related branches found
No related tags found
1 merge request!10Add gitlab ci into project
......@@ -24,6 +24,7 @@ cache:
stages:
- build
- deploy
- cleanup
setup_environment:
......@@ -85,6 +86,17 @@ build_image:
PKR_VAR_image_name="ood-${BUILD_DATE}"
$CI_PROJECT_DIR/bin/packer build openstack-ood
deploy_knightly:
stage: deploy
environment:
name: knightly
tags:
- build
script:
- echo $OS_APPLICATION_CREDENTIAL_ID
only:
- feat-gitlab-ci
cleanup:
when: always
stage: cleanup
......
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