Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cw-logs-docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
cw-logs-docker
Commits
176c4097
Commit
176c4097
authored
4 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
GitLab CI.
Run pre-commit, build and push. Add badge.
parent
ade45507
No related branches found
No related tags found
No related merge requests found
Pipeline
#1073
failed
4 years ago
Stage: test
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+27
-0
27 additions, 0 deletions
.gitlab-ci.yml
README.md
+6
-4
6 additions, 4 deletions
README.md
with
33 additions
and
4 deletions
.gitlab-ci.yml
0 → 100644
+
27
−
0
View file @
176c4097
---
include
:
-
project
:
shore/ci-templates
file
:
templates/pre-commit.yml
-
project
:
shore/ci-templates
file
:
templates/docker.yml
stages
:
-
test
-
build
-
deploy
build
:
extends
:
.docker-build-shore
tags
:
[
ns4.shore.co.il
]
push-shore
:
extends
:
.docker-push
tags
:
[
ns4.shore.co.il
]
variables
:
FULL_IMAGE
:
"
registry.shore.co.il/$IMAGE:$TAG"
push-hub
:
extends
:
.docker-push
tags
:
[
ns4.shore.co.il
]
variables
:
FULL_IMAGE
:
"
registry.hub.docker.com/$IMAGE:$TAG"
This diff is collapsed.
Click to expand it.
README.md
+
6
−
4
View file @
176c4097
# AWS ClougWatch Agent
[

](https://git.shore.co.il/nimrod/cw-logs-docker/-/commits/master)
Send files to CloudWatch logs.
## Usage
...
...
@@ -29,7 +31,7 @@ This software is licensed under the MIT license (see `LICENSE.txt`).
## Author Information
Nimrod Adar,
[
contact me
](
mailto:nimrod@shore.co.il
)
or visit my
[
website
](
https://www.shore.co.il/
)
. Patches are welcome via
[
`git send-email`
](
http://git-scm.com/book/en/v2/Git-Commands-Email
)
. The repository
is located
at:
<https://git.shore.co.il/explore/>
.
Nimrod Adar,
[
contact me
](
mailto:nimrod@shore.co.il
)
or visit my
[
website
](
https://www.shore.co.il/
)
. Patches are welcome via
[
`git send-email`
](
http://git-scm.com/book/en/v2/Git-Commands-Email
)
. The repository
is located
at:
<https://git.shore.co.il/explore/>
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment