Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
Home-Assistant-Config
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
open-source
Home-Assistant-Config
Commits
f7af388d
Commit
f7af388d
authored
5 years ago
by
Erick Hitter
Browse files
Options
Downloads
Patches
Plain Diff
Sync with upstream 76416e0
parent
78e103a1
No related branches found
Branches containing commit
No related tags found
1 merge request
!6
Sync with Forest Park updates
Pipeline
#2038
passed with stage
in 1 minute and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+20
-10
20 additions, 10 deletions
.gitlab-ci.yml
with
20 additions
and
10 deletions
.gitlab-ci.yml
+
20
−
10
View file @
f7af388d
stages
:
-
test
lint
:
before_script
:
-
mkdir -p /home/pi/ssl
-
mkdir -p /home/pi/.ssh
-
touch /home/pi/ssl/chain
-
touch /home/pi/ssl/key
-
touch /home/pi/.ssh/id_rsa
.lint
:
&lint
-
hass --version
-
hass --script check_config -c .
lint:current
:
stage
:
test
image
:
homeassistant/amd64-homeassistant:0.102.3
script
:
-
*lint
lint:latest
:
stage
:
test
image
:
homeassistant/amd64-homeassistant
before_script
:
-
mkdir -p /home/pi/ssl
-
mkdir -p /home/pi/.ssh
-
touch /home/pi/ssl/chain
-
touch /home/pi/ssl/key
-
touch /home/pi/.ssh/id_rsa
image
:
homeassistant/amd64-homeassistant:latest
script
:
-
hass --version
-
hass --script check_config -c .
-
*lint
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