Skip to content
Snippets Groups Projects
Verified Commit b29af355 authored by David Hoese's avatar David Hoese
Browse files

Add "pop" OS handler to CI building

parent b2fc989b
No related branches found
No related tags found
No related merge requests found
Pipeline #12832 passed
......@@ -7,6 +7,8 @@ os_kind=$(awk -F= '/^ID=/{print $2}' /etc/os-release)
os_kind=${os_kind//\"/}
if [[ "${os_kind}" == "ubuntu" ]]; then
source /var/lib/gitlab-runner/.bashrc
elif [[ "${os_kind}" == "pop" ]]; then
source /var/lib/gitlab-runner/.bashrc
elif [[ "${os_kind}" == "centos" ]]; then
source ~/.bashrc
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment