Code by Scott שאול בן ישוע
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sha'ul ben Yeshua
raspberrypi.monitor
Commits
bc6fb2d7
Verified
Commit
bc6fb2d7
authored
Oct 17, 2019
by
Sha'ul ben Yeshua
🎗
Browse files
git pages changes
parent
e7ef130b
Pipeline
#94
failed with stage
in 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
bc6fb2d7
...
...
@@ -3,12 +3,14 @@
pages
:
stage
:
deploy
script
:
-
tree -T "raspberrypi.monitor drivers for Hubitat" -P *.groovy --noreport --dirsfirst -H .Driver/ > Driver/index.html
-
mkdir .public
-
cp Driver/*.groovy Driver/index.html .public
-
mv .public public
-
mkdir .public
-
cp Driver/*.groovy .public
-
cd .public
-
tree -T "raspberrypi.monitor drivers for Hubitat" -P *.groovy --noreport --dirsfirst -H . > index.html
-
cd ..
-
mv .public public
artifacts
:
paths
:
-
public
-
public
only
:
-
master
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment