Remove FUTURE_PARSER

We do not support or test Puppet 3 anymore so this
is not required.
Change-Id: I17b219d38192cb0c2c5060a70ada0a0e6f525300
This commit is contained in:
Tobias Urdin
2018年09月19日 10:59:15 +02:00
parent ce406a563d
commit a5f430f2a3

View File

@@ -7,10 +7,6 @@
export GEM_HOME=`pwd`/.bundled_gems
gem install bundler --no-rdoc --no-ri --verbose
$GEM_HOME/bin/bundle install --retry 3
# FUTURE_PARSER=yes is only supported by Puppet 3.x
if [ "{{ puppet }}" -lt "4" ]; then
export FUTURE_PARSER=yes
fi
$GEM_HOME/bin/bundle exec rake syntax
chdir:'{{ ansible_user_dir }}/workspace'
environment:'{{ zuul | zuul_legacy_vars }}'
environment:'{{ zuul | zuul_legacy_vars }}'
Reference in New Issue
openstack/puppet-openstack-integration
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.