All checks were successful
code.softwareshinobi.com-learn/docker.softwareshinobi.com/pipeline/head This commit looks good
16 lines
121 B
Bash
Executable File
16 lines
121 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
set -x
|
|
|
|
##
|
|
|
|
apt update
|
|
|
|
##
|
|
|
|
apt install pip -y
|
|
|
|
pip install mkdocs-material --break-system-packages
|