Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
s3-object-expirer
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Docker
s3-object-expirer
Commits
fb015f7e
Commit
fb015f7e
authored
5 years ago
by
Erick Hitter
Browse files
Options
Downloads
Patches
Plain Diff
Fix test failures
parent
384bef38
Loading
Loading
1 merge request
!1
MVP
Pipeline
#1830
passed with stages
in 2 minutes and 22 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+6
-2
6 additions, 2 deletions
.gitlab-ci.yml
.hadolint.yaml
+1
-1
1 addition, 1 deletion
.hadolint.yaml
with
7 additions
and
3 deletions
.gitlab-ci.yml
+
6
−
2
View file @
fb015f7e
...
...
@@ -17,7 +17,9 @@ lint:dockerfile:
-
mkdir ~/.config
-
cp ./.hadolint.yaml ~/.config/hadolint.yaml
script
:
-
find . -name "Dockerfile" -execdir hadolint {} \;
-
|
set -eo pipefail
find . -name "Dockerfile" -execdir hadolint {} \;
lint:shell-script
:
stage
:
test
...
...
@@ -25,7 +27,9 @@ lint:shell-script:
before_script
:
-
shellcheck -V
script
:
-
find . -name "*.sh" -exec shellcheck {} \;
-
|
set -eo pipefail
find . -name "*.sh" -exec shellcheck {} \;
#
# IMAGE BUILDS/PUSHES
...
...
This diff is collapsed.
Click to expand it.
.hadolint.yaml
+
1
−
1
View file @
fb015f7e
ignored
:
-
DL3008
-
DL3013
#
- DL3013
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