forked from oauth2-proxy/oauth2-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from honestica/INFRABUILD-3482_fix_internal_ser…
…ver_error fix: try to better manage internal server error when user not granted + CI with CircleCI
- Loading branch information
Showing
12 changed files
with
28 additions
and
581 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
version: 2.1 | ||
orbs: | ||
docker: circleci/docker@1.5.0 | ||
bot: lifen/bot@0 # locked on major version | ||
|
||
workflows: | ||
build: | ||
jobs: | ||
- docker/hadolint: | ||
dockerfiles: Dockerfile | ||
# DL3006: Always tag the version of an image explicitly | ||
# SC2059 : Don't use variables in the printf format string. Use printf '..%s..' "$foo" | ||
ignore-rules: 'DL3006,SC2059' | ||
- bot/docker-build-and-push: | ||
name: build-ci-docker-image | ||
context: org-global | ||
dockerTag: $CIRCLE_SHA1 | ||
requires: | ||
- docker/hadolint | ||
filters: | ||
branches: | ||
only: | ||
- "master" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.