forked from mirrors/mattermost-docker
Add circleci
This commit is contained in:
parent
82758a28c9
commit
38265a9f21
8
.circleci/config.yml
Normal file
8
.circleci/config.yml
Normal file
@ -0,0 +1,8 @@
|
||||
version: 2.1
|
||||
orbs:
|
||||
shellcheck: circleci/shellcheck@2.2.4
|
||||
workflows:
|
||||
check-scripts:
|
||||
jobs:
|
||||
- shellcheck/check:
|
||||
dir: ./scripts
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
set -o errexit
|
||||
|
||||
##
|
||||
## Instructions
|
||||
|
Loading…
Reference in New Issue
Block a user