mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
fix ci install
This commit is contained in:
@@ -2,7 +2,7 @@ FROM ubuntu:bionic as base
|
|||||||
WORKDIR /tmp
|
WORKDIR /tmp
|
||||||
COPY ./install.sh /tmp/install.sh
|
COPY ./install.sh /tmp/install.sh
|
||||||
RUN apt-get update && apt-get install -y apt-utils \
|
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
|
# FROM base as install
|
||||||
# RUN bash /tmp/install.sh
|
# RUN bash /tmp/install.sh
|
||||||
|
@@ -406,6 +406,7 @@ install_app () {
|
|||||||
|
|
||||||
if [[ ! $? == 0 ]]; then
|
if [[ ! $? == 0 ]]; then
|
||||||
echo "[ERROR] An error occurred while trying to install hyperglass."
|
echo "[ERROR] An error occurred while trying to install hyperglass."
|
||||||
|
exit 1
|
||||||
else
|
else
|
||||||
local successful=$(has_cmd "hyperglass")
|
local successful=$(has_cmd "hyperglass")
|
||||||
if [[ successful == 0 ]]; then
|
if [[ successful == 0 ]]; then
|
||||||
|
Reference in New Issue
Block a user