Skip to content

Commit

Permalink
Jenkins: cleanup env before last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mguillaume committed May 30, 2016
1 parent 597bd1a commit 307135f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions roles/slave_env_cleanup/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
- name: Make sure /etc/container_environment/ is empty
shell: rm -f /etc/container_environment/*

2 changes: 1 addition & 1 deletion slave-priv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
become: yes
roles:
- slave_config_qapriv

- slave_env_cleanup
1 change: 1 addition & 0 deletions slave-pub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
become: yes
roles:
- slave_config_qa
- slave_env_cleanup

0 comments on commit 307135f

Please sign in to comment.