Hackfut Security File Manager
Current Path:
/opt/td-agent/embedded/lib/ruby/gems/2.4.0/gems/fluentd-1.7.0
opt
/
td-agent
/
embedded
/
lib
/
ruby
/
gems
/
2.4.0
/
gems
/
fluentd-1.7.0
/
📁
..
📄
.drone.yml
(755 B)
📁
.github
📄
.gitignore
(303 B)
📁
.gitlab
📄
.gitlab-ci.yml
(2.52 KB)
📄
.travis.yml
(1.27 KB)
📄
ADOPTERS.md
(194 B)
📄
AUTHORS
(90 B)
📄
CHANGELOG.md
(54.56 KB)
📄
CONTRIBUTING.md
(2.16 KB)
📄
GOVERNANCE.md
(2.79 KB)
📄
Gemfile
(432 B)
📄
GithubWorkflow.md
(2.67 KB)
📄
LICENSE
(11.08 KB)
📄
MAINTAINERS.md
(484 B)
📄
README.md
(3.94 KB)
📄
Rakefile
(2.65 KB)
📄
Vagrantfile
(553 B)
📄
appveyor.yml
(863 B)
📁
bin
📄
code-of-conduct.md
(149 B)
📁
example
📄
fluent.conf
(2.63 KB)
📄
fluentd.gemspec
(2.44 KB)
📁
lib
📁
templates
Editing: .gitlab-ci.yml
include: - local: '/.gitlab/cicd-template.yaml' stages: - build - tests 2-1-10: image: "ruby:2.1.10" stage: build allow_failure: true extends: .install-template script: - bundle install --jobs=3 --retry=3 cache: key: "$CI_COMMIT_REF_SLUG 2-1-10" paths: - ./* 2-2-10: image: "ruby:2.2.10" stage: build allow_failure: true extends: .install-template script: - bundle install --jobs=3 --retry=3 cache: key: "$CI_COMMIT_REF_SLUG 2-2-10" paths: 2-4-5: image: "ruby:2.4.5" stage: build allow_failure: true extends: .install-template script: - bundle install --jobs=3 --retry=3 cache: key: "$CI_COMMIT_REF_SLUG 2-4-5" paths: 2-5-5: image: "ruby:2.5.5" stage: build allow_failure: true extends: .install-template script: - bundle install --jobs=3 --retry=3 cache: key: "$CI_COMMIT_REF_SLUG 2-5-5" paths: 2-6-3: image: "ruby:2.6.3" stage: build allow_failure: true extends: .install-template script: - bundle install --jobs=3 --retry=3 cache: key: "$CI_COMMIT_REF_SLUG 2-6-3" paths: rubyhead: image: "ruby:latest" stage: build allow_failure: true extends: .install-template script: - bundle install --jobs=3 --retry=3 cache: key: "$CI_COMMIT_REF_SLUG latest" paths: - ./* 2-1-10-test: image: "ruby:2.1.10" stage: tests allow_failure: true extends: .test-template script: - bundle exec rake test cache: key: "$CI_COMMIT_REF_SLUG 2-1-10" paths: - ./* 2-2-10-test: image: "ruby:2.2.10" stage: tests allow_failure: true extends: .test-template script: - bundle exec rake test cache: key: "$CI_COMMIT_REF_SLUG 2-2-10" paths: - ./* 2-4-5-test: image: "ruby:2.4.5" stage: tests allow_failure: true extends: .test-template script: - bundle exec rake test cache: key: "$CI_COMMIT_REF_SLUG 2-4-5" paths: - ./* 2-5-5-test: image: "ruby:2.5.5" stage: tests allow_failure: true extends: .test-template script: - bundle exec rake test cache: key: "$CI_COMMIT_REF_SLUG 2-5-5" paths: - ./* 2-6-3-test: image: "ruby:2.6.3" stage: tests allow_failure: true extends: .test-template script: - bundle exec rake test cache: key: "$CI_COMMIT_REF_SLUG 2-6-3" paths: - ./* rubyhead-test: image: "ruby:latest" stage: tests allow_failure: true extends: .test-template script: - bundle exec rake test cache: key: "$CI_COMMIT_REF_SLUG latest" paths: - ./*
Upload File
Create Folder