(IAC-555) - Remove distelli-manifest.yml pdksync_IAC-555
authorDavid Swan <david.swan@puppet.co.uk>
Fri, 6 Mar 2020 12:37:45 +0000 (12:37 +0000)
committerDavid Swan <david.swan@puppet.co.uk>
Fri, 6 Mar 2020 12:37:45 +0000 (12:37 +0000)
distelli-manifest.yml [deleted file]

diff --git a/distelli-manifest.yml b/distelli-manifest.yml
deleted file mode 100644 (file)
index 294ac2e..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-team-modules/puppetlabs-apt:
-  PreBuild:
-    - source /opt/rh/rh-ruby25/enable
-    - echo "--- LETS update BUNDLER ---"
-    - bundle install --path vendor/bundle --jobs 3
-  Build:
-    - echo "--- PROVISIONING ---"
-    - source /opt/rh/rh-ruby25/enable
-    - bundle exec rake litmus:provision_list[release_checks]
-    - cat inventory.yaml
-    - echo "--- AGENT INSTALLATION ---"
-    - bundle exec rake litmus:install_agent
-    - echo "--- MODULE INSTALLATION ---"
-    - bundle exec rake litmus:install_module
-    - echo "--- TESTS RUNNING ---"
-    - bundle exec rake litmus:acceptance:parallel
-  AfterBuildSuccess:
-    - source /opt/rh/rh-ruby25/enable
-    - bundle exec rake litmus:tear_down
-  AfterBuildFailure:
-    - source /opt/rh/rh-ruby25/enable
-    - bundle exec rake litmus:tear_down
-  CommitData:
-    - RepoType: Git
-    - RepoPath: .