Commit 4a342066 authored by Tim Powell's avatar Tim Powell

fixed yaml lint

parent 8898335f
Pipeline #1150 failed
stages:
- runner-setup
- setup
- build
- test
create_pi:
stage: runner-setup
create_pi_user:
stage: setup
script:
- groupadd pi
- useradd -u 1000 -g pi -m -p raspberry pi
......@@ -14,7 +14,7 @@ create_pi:
install_packages:
stage: build
dependencies:
- runner-setup
- create_pi_user
script:
- apt -y autoremove
- apt -y update
......@@ -23,17 +23,17 @@ install_packages:
- python3 --version
- pip3 install ansible
- ansible --version
- ls
- pwd
- ./setup.sh CI
ui_installation:
stage: build
dependencies:
- build
- install_packages
script:
- pwd
- ls -a
- pwd
- cd /home/pi/hev
- source .hev_env/bin/activate
- ./setup.sh CI
ui_test:
stage: test
......
File mode changed from 100644 to 100755
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment