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

Change environment for build image

parent 3968ddda
No related branches found
No related tags found
1 merge request!10Add gitlab ci into project
......@@ -7,10 +7,10 @@ variables:
PKR_VAR_flavor: "m1.small"
PKR_VAR_source_image: "CentOS-7-x86_64-GenericCloud-2009"
PKR_VAR_floating_ip_network: "uab-campus"
PKR_VAR_security_groups: '["ssh-secgrp"]'
PKR_VAR_security_groups: '["allow-ssh"]'
PKR_VAR_skip_create_image: "false"
PKR_VAR_ssh_username: "centos"
PKR_VAR_networks: '["7ac7d980-20bc-4e53-8528-6809e139fdcc"]'
PKR_VAR_networks: '["ec11e2be-8fac-46cf-8fa2-9dffb74ba5df"]'
GIT_AUTHOR_NAME: "Gitlab runner"
GIT_AUTHOR_EMAIL: "gitlab@runner"
......@@ -76,7 +76,7 @@ setup_environment:
build_image:
stage: build
environment:
name: build
name: knightly
needs:
- setup_environment
tags:
......
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