aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Cooper <josh@puppet.com>2018-07-10 10:59:16 -0700
committerJosh Cooper <josh@puppet.com>2018-07-10 11:03:15 -0700
commitc957642d70f4b778736a9b49cf1ef9702e42c4f1 (patch)
treef882cd2b7c31ae08cd242882b0f7f1d1ed89cbbd
parent7963657d39e640b733e87dbbd9cdafe9ce9b1866 (diff)
downloadpuppet-hosts_core-c957642d70f4b778736a9b49cf1ef9702e42c4f1.tar.gz
puppet-hosts_core-c957642d70f4b778736a9b49cf1ef9702e42c4f1.tar.bz2
Delete .gitlab-ci.yml
-rw-r--r--.gitlab-ci.yml41
-rw-r--r--.sync.yml2
2 files changed, 2 insertions, 41 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index d651650..0000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,41 +0,0 @@
----
-stages:
- - syntax
- - unit
-
-cache:
- paths:
- - vendor/bundle
-
-before_script:
- - bundle -v
- - rm Gemfile.lock || true
- - gem update --system
- - gem --version
- - bundle -v
- - bundle install --without system_tests --path vendor/bundle --jobs $(nproc)
-
-parallel_spec-Ruby 2.1.9-Puppet ~> 4.0:
- stage: syntax
- image: ruby:2.1.9
- script:
- - bundle exec rake parallel_spec
- variables:
- PUPPET_GEM_VERSION: '~> 4.0'
-
-syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop-Ruby 2.4.4-Puppet ~> 5.5:
- stage: syntax
- image: ruby:2.4.4
- script:
- - bundle exec rake syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop
- variables:
- PUPPET_GEM_VERSION: '~> 5.5'
-
-parallel_spec-Ruby 2.4.4-Puppet ~> 5.5:
- stage: syntax
- image: ruby:2.4.4
- script:
- - bundle exec rake parallel_spec
- variables:
- PUPPET_GEM_VERSION: '~> 5.5'
-
diff --git a/.sync.yml b/.sync.yml
index ee8bd16..8c5ff48 100644
--- a/.sync.yml
+++ b/.sync.yml
@@ -30,3 +30,5 @@ Gemfile:
version: '~> 0.14'
':development':
- gem: puppet-strings
+.gitlab-ci.yml:
+ delete: true