It's staging, not stg

This commit is contained in:
Michael Simacek 2015-09-25 15:53:10 +02:00
parent 1867a61f4a
commit 2fb3b05d50

View file

@ -110,7 +110,7 @@
- name: Install jenkins repo on stg
copy: src=jenkins.repo dest=/etc/yum.repos.d/jenkins.repo
when: env == "stg"
when: env == "staging"
tags:
- koschei