mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 00:38:06 +00:00
fix ci install
This commit is contained in:
parent
8068002c0b
commit
8f15c8dabb
2 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ FROM ubuntu:bionic as base
|
|||
WORKDIR /tmp
|
||||
COPY ./install.sh /tmp/install.sh
|
||||
RUN apt-get update && apt-get install -y apt-utils \
|
||||
&& apt-get install -y curl gnupg build-essential
|
||||
&& apt-get install -y curl git gnupg build-essential
|
||||
|
||||
# FROM base as install
|
||||
# RUN bash /tmp/install.sh
|
||||
|
|
|
|||
|
|
@ -406,6 +406,7 @@ install_app () {
|
|||
|
||||
if [[ ! $? == 0 ]]; then
|
||||
echo "[ERROR] An error occurred while trying to install hyperglass."
|
||||
exit 1
|
||||
else
|
||||
local successful=$(has_cmd "hyperglass")
|
||||
if [[ successful == 0 ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue